self update and serve static/dist

This commit is contained in:
peter
2019-08-28 00:24:30 +02:00
parent fc0bae15ed
commit 997ae629b6
5 changed files with 15 additions and 116 deletions
+3 -4
View File
@@ -7,9 +7,8 @@
"start": "npm run build; node dist/FrontblockAdmin.js",
"build": "npm run clean; npm run build-backend; npm run build-frontend",
"build-backend": "tsc; npm run webpack",
"build-frontend": "npm run build-dashboard; cp ./dist/FrontblockLib.js ./static",
"build-dashboard": "git submodule init && git submodule update --merge; cd src/frontend; npm i && npm run build; mkdir ../../static; cp -r dist/* ../../static",
"build-widget": "rollup -c src/frontend/widget/rollup.config.js; mkdir -p plugins/PluginManager; cp FrontendPlugin.js plugins/PluginManager",
"build-frontend": "npm run build-dashboard; cp ./dist/FrontblockLib.js ./dist/static",
"build-dashboard": "git submodule init && git submodule update --merge; cd src/frontend; npm i && npm run build; mkdir ../../dist/static; cp -r dist/* ../../dist/static",
"clean": "rm -rf lib static plugins conf dist widget .rpt2_cache *.js *.ts src/frontend/dist",
"update-frontblock": "rm -rf node_modules/frontblock*; npm install",
"webpack": "webpack --config src/backend/webpack.prod.js --progress --colors"
@@ -27,7 +26,7 @@
"debug": "^4.1.1",
"express": "^4.16.4",
"frontblock": "^0.14.0",
"frontblock-generic": "^0.30.3",
"frontblock-generic": "^0.30.6",
"git-cherrypicker": "0.0.3",
"git-describe": "^4.0.4",
"http": "0.0.0",