Fixed permission error & preparing for win build
This commit is contained in:
+2
-2
@@ -12,8 +12,8 @@
|
||||
],
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "rm -rf ./dist/ && npx tsc -p ./tsconfig.json",
|
||||
"start": "npm run build && node index.js",
|
||||
"build": "node index.js -%-compile && npx tsc -p ./tsconfig.json",
|
||||
"start": "npm run build && node ./dist/src/index.js",
|
||||
"test": "npm run start -- --dev-config --dev-database"
|
||||
},
|
||||
"type": "commonjs",
|
||||
|
||||
Reference in New Issue
Block a user