🐛 fix util install
This commit is contained in:
parent
04072b60e8
commit
6187e2c182
4
start.sh
4
start.sh
@ -1,4 +0,0 @@
|
|||||||
cd bundle
|
|
||||||
npm install
|
|
||||||
npm start
|
|
||||||
read -rsp $'Press enter to exit...\n'
|
|
@ -5,6 +5,7 @@
|
|||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"postinstall": "npm run build",
|
||||||
"build": "npx tsc -b ."
|
"build": "npx tsc -b ."
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user