From 6187e2c18286cd950baa0f1c882761879d63bd56 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 15 Aug 2021 23:02:46 +0200 Subject: [PATCH] :bug: fix util install --- start.bat | 4 ---- start.sh | 4 ---- util/package.json | 1 + 3 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 start.bat delete mode 100644 start.sh diff --git a/start.bat b/start.bat deleted file mode 100644 index cc12c6a6..00000000 --- a/start.bat +++ /dev/null @@ -1,4 +0,0 @@ -cd bundle -CALL npm install -CALL npm start -PAUSE \ No newline at end of file diff --git a/start.sh b/start.sh deleted file mode 100644 index 84735957..00000000 --- a/start.sh +++ /dev/null @@ -1,4 +0,0 @@ -cd bundle -npm install -npm start -read -rsp $'Press enter to exit...\n' \ No newline at end of file diff --git a/util/package.json b/util/package.json index bc2d2472..69d33844 100644 --- a/util/package.json +++ b/util/package.json @@ -5,6 +5,7 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { + "postinstall": "npm run build", "build": "npx tsc -b ." }, "repository": {