Revert "ci: try switching to building node"

This reverts commit 9f07b21566.
This commit is contained in:
Derrick Hammer 2023-04-21 21:03:39 -04:00
parent 9f07b21566
commit 533e741c15
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 -b", "package": "pkg -c pkg.json build/index.js -t linux --public --no-native-build -C gzip",
"build": "npm run compile && npm run prebuild && npm run package" "build": "npm run compile && npm run prebuild && npm run package"
}, },
"dependencies": { "dependencies": {