fix build
This commit is contained in:
+2
-2
@@ -5,8 +5,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"tsc": "tsc",
|
"tsc": "tsc",
|
||||||
"start": "npm run build; node dist/FrontblockAdmin.js",
|
"start": "npm run build; node dist/FrontblockAdmin.js",
|
||||||
"build": "npm run clean; npm run build-backend; npm run webpack",
|
"build": "npm run clean; npm run build-backend",
|
||||||
"build-backend": "tsc; webpack --display-error-details --config src/backend/webpack.prod.js --progress --colors;",
|
"build-backend": "tsc; npm run webpack",
|
||||||
"build-frontend": "npm run build-dashboard",
|
"build-frontend": "npm run build-dashboard",
|
||||||
"build-dashboard": "git submodule init && git submodule update --merge; cd src/frontend/dashboard; npm i && npm run build; cp -r dist/* ../../../static",
|
"build-dashboard": "git submodule init && git submodule update --merge; cd src/frontend/dashboard; npm i && npm run build; cp -r dist/* ../../../static",
|
||||||
"build-widget": "rollup -c src/frontend/widget/rollup.config.js; mkdir -p plugins/PluginManager; cp FrontendPlugin.js plugins/PluginManager",
|
"build-widget": "rollup -c src/frontend/widget/rollup.config.js; mkdir -p plugins/PluginManager; cp FrontendPlugin.js plugins/PluginManager",
|
||||||
|
|||||||
Reference in New Issue
Block a user