Testing pterodactyl compile support!

This commit is contained in:
DJj123dj
2024-09-01 11:58:16 +02:00
parent e410ceaa64
commit 147eae05b3
2 changed files with 10 additions and 11 deletions
+1 -2
View File
@@ -12,8 +12,7 @@
],
"main": "index.js",
"scripts": {
"build": "node index.js -%-compile && npx tsc -p ./tsconfig.json",
"start": "npm run build && node ./dist/src/index.js",
"start": "node index.js -%-compile && npx tsc -p ./tsconfig.json && node index.js",
"test": "npm run start -- --dev-config --dev-database"
},
"type": "commonjs",