Fixed permission error & preparing for win build

This commit is contained in:
DJj123dj
2024-08-22 21:22:19 +02:00
parent 5e2e0417dc
commit 177ab95dba
5 changed files with 20 additions and 12 deletions
+2 -2
View File
@@ -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",