*Skip native build check

This commit is contained in:
Derrick Hammer 2022-09-21 11:30:45 -04:00
parent 3074f05cd8
commit 8d8672729e
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"scripts": {
"compile": "tsc",
"prebuild": "bash prebuild.sh",
"package": "pkg -c pkg.json build/index.js -t linux --public",
"package": "pkg -c pkg.json build/index.js -t linux --public --no-native-build",
"package-debug": "pkg -c pkg.json build/index.js -b -t linux --no-bytecode --public",
"build": "npm run compile && npm run prebuild && npm run package",
"barebuild": "npm run compile && npm run package"