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