This commit is contained in:
Daniel Hübleitner
2019-08-27 17:38:14 +02:00
parent 2daa1ad388
commit 19e011d518
4 changed files with 8 additions and 19 deletions
+2 -1
View File
@@ -4,7 +4,7 @@
"version": "1.0.0",
"scripts": {
"tsc": "tsc",
"start": "npm run build; node lib/FrontblockAdmin.js",
"start": "npm run build; node dist/FrontblockAdmin.js",
"build": "npm run clean; npm run build-backend",
"build-backend": "tsc; npm run webpack",
"build-frontend": "npm run build-dashboard",
@@ -31,6 +31,7 @@
"git-cherrypicker": "0.0.3",
"git-describe": "^4.0.4",
"http": "0.0.0",
"knex": "^0.19.2",
"log4js": "^4.4.0",
"lowdb": "^1.0.0",
"node-fetch": "^2.6.0",