Yet another typescript fixes

This commit is contained in:
mrfry 2020-11-24 11:11:06 +01:00
parent b927988017
commit d9b424cbd1
3 changed files with 30 additions and 3 deletions

View file

@ -23,8 +23,8 @@
},
"scripts": {
"start": "tsc && node ./dist/server.js",
"dev": "tsc && NS_DEVEL=1 NS_NOUSER=1 NS_LOGLEVEL=1 node ./dist/server.js",
"build": "clear && tsc"
"dev": "npm run build && NS_DEVEL=1 NS_NOUSER=1 NS_LOGLEVEL=1 node ./dist/server.js",
"build": "tsc && bash -c './scripts/postBuild.sh'"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.8.1",