Fix script

This commit is contained in:
Elio Struyf
2022-03-09 11:29:22 +01:00
parent ac8a429ac2
commit bf9011e23f
+1 -1
View File
@@ -1581,7 +1581,7 @@
},
"scripts": {
"dev:ext": "npm run clean && npm-run-all --parallel watch:*",
"--vscode:prepublish": "npm run clean && npm-run-all --parallel prod:*",
"vscode:prepublish": "npm run clean && npm-run-all --parallel prod:*",
"build:ext": "npm run clean && npm-run-all --parallel dev:build:*",
"watch:ext": "webpack --mode development --watch --config ./webpack/extension.config.js",
"watch:dashboard": "webpack serve --mode development --config ./webpack/dashboard.config.js",