🐛 fix bundle postinstall

This commit is contained in:
Flam3rboy
2021-08-15 22:32:57 +02:00
parent bdc54dd836
commit 0639b6176f
8 changed files with 9 additions and 10 deletions
+1
View File
@@ -5,6 +5,7 @@
"main": "dist/Server.js",
"types": "dist/Server.d.ts",
"scripts": {
"postinstall": "npm run build",
"test": "jest",
"test:watch": "jest --watch",
"start": "npm run build && node dist/start",