🐛 fix util install

This commit is contained in:
Flam3rboy
2021-08-15 23:02:46 +02:00
parent a76d1f90a8
commit 936f5569b4
3 changed files with 1 additions and 8 deletions
-4
View File
@@ -1,4 +0,0 @@
cd bundle
CALL npm install
CALL npm start
PAUSE
-4
View File
@@ -1,4 +0,0 @@
cd bundle
npm install
npm start
read -rsp $'Press enter to exit...\n'
+1
View File
@@ -5,6 +5,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"postinstall": "npm run build",
"build": "npx tsc -b ."
},
"repository": {