ci: try switching to building node
This commit is contained in:
parent
d5f78e4d27
commit
9f07b21566
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue