ci: try switching to building node

This commit is contained in:
Derrick Hammer 2023-04-21 20:16:55 -04:00
parent d5f78e4d27
commit 9f07b21566
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
"semantic-release": "semantic-release", "semantic-release": "semantic-release",
"compile": "tsc", "compile": "tsc",
"prebuild": "bash prebuild.sh", "prebuild": "bash prebuild.sh",
"package": "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 -b",
"build": "npm run compile && npm run prebuild && npm run package" "build": "npm run compile && npm run prebuild && npm run package"
}, },
"dependencies": { "dependencies": {