build: update build scripts
This commit is contained in:
parent
6621f25b5e
commit
abafc1c715
|
@ -9,10 +9,10 @@
|
|||
"email": "contact@lumeweb.com"
|
||||
},
|
||||
"scripts": {
|
||||
"compile": "yarn tsc",
|
||||
"compile": "pnpm tsc",
|
||||
"prebuild": "bash prebuild.sh",
|
||||
"package": "yarn pkg -c pkg.json build/index.js -t linux --public --no-native-build -C gzip",
|
||||
"build": "yarn run compile && npm run prebuild && npm run package"
|
||||
"package": "pkg -c pkg.json build/index.js -t linux --public --no-native-build -C gzip",
|
||||
"build": "pnpm compile && pnpm prebuild && pnpm package"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fastify/websocket": "^7.2.0",
|
||||
|
|
Loading…
Reference in New Issue