Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
Update scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmack committed Jun 27, 2021
1 parent c1651d6 commit be2fda5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"clean": "rimraf build && rimraf dist",
"compile": "tsc",
"package": "nexe -t v14.15.3 -o dist/sudt-cli -r ./node_modules/ build/index.js",
"package-linux": "nexe -t linux-x64-14.15.3 -o dist/linux-x64/sudt-cli -r ./node_modules/ build/index.js",
"package-mac": "nexe -t mac-x64-14.15.3 -o dist/mac-x64/sudt-cli -r ./node_modules/ build/index.js",
"package-windows": "nexe -t windows-x64-14.15.3 -o dist/windows-x64/sudt-cli.exe -r ./node_modules/ build/index.js",
"package-linux": "nexe -t linux-x64-14.15.3 -o dist/sudt-cli-$npm_package_version-linux-x64/sudt-cli -r ./node_modules/ build/index.js",
"package-mac": "nexe -t mac-x64-14.15.3 -o dist/sudt-cli-$npm_package_version-mac-x64/sudt-cli -r ./node_modules/ build/index.js",
"package-windows": "nexe -t windows-x64-14.15.3 -o dist/sudt-cli-$npm_package_version-windows-x64/sudt-cli.exe -r ./node_modules/ build/index.js",
"build": "npm run clean && npm run compile && npm run package",
"build-all": "npm run clean && npm run compile && npm run package-linux && npm run package-mac && npm run package-windows",
"bump": "npm --no-git-tag-version version patch"
Expand Down

0 comments on commit be2fda5

Please sign in to comment.