fix admin not exporting own RPCs

This commit is contained in:
peter
2019-08-27 21:30:30 +02:00
parent 9a5ba13409
commit 06e9ac91a0
118 changed files with 27418 additions and 25 deletions
+5 -5
View File
@@ -5,12 +5,12 @@
"scripts": {
"tsc": "tsc",
"start": "npm run build; node dist/FrontblockAdmin.js",
"build": "npm run clean; npm run build-backend",
"build": "npm run clean; npm run build-backend; npm run build-frontend",
"build-backend": "tsc; npm run webpack",
"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-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",
"clean": "rm -rf lib static plugins conf dist widget .rpt2_cache *.js *.ts src/frontend/dashboard/dist",
"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 +27,7 @@
"debug": "^4.1.1",
"express": "^4.16.4",
"frontblock": "^0.14.0",
"frontblock-generic": "^0.30.1",
"frontblock-generic": "^0.30.2",
"git-cherrypicker": "0.0.3",
"git-describe": "^4.0.4",
"http": "0.0.0",