build: fix compile script

This commit is contained in:
Derrick Hammer 2023-04-21 19:35:44 -04:00
parent 6c9fe8208a
commit d5f78e4d27
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
},
"scripts": {
"semantic-release": "semantic-release",
"compile": "npm run tsc",
"compile": "tsc",
"prebuild": "bash prebuild.sh",
"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"