build: update build scripts

This commit is contained in:
Derrick Hammer 2023-04-19 05:33:42 -04:00
parent 6621f25b5e
commit abafc1c715
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 3 additions and 3 deletions

View File

@ -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",