1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-21 02:01:33 +02:00

🐛 fix util install

This commit is contained in:
Flam3rboy 2021-08-15 23:02:46 +02:00
parent 04072b60e8
commit 6187e2c182
3 changed files with 1 additions and 8 deletions

View File

@ -1,4 +0,0 @@
cd bundle
CALL npm install
CALL npm start
PAUSE

View File

@ -1,4 +0,0 @@
cd bundle
npm install
npm start
read -rsp $'Press enter to exit...\n'

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": {