Skip to content

Commit

Permalink
fix: pkg release script #296
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Mar 5, 2020
1 parent ccd8650 commit f302d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ if [ ! -z "$1" ]; then
echo "## Building application..."
echo ''
npm run build
echo "Executing command: pkg package.json -t node8-linux-x64 --out-path $PKG_FOLDER"
pkg package.json -t node8-linux-x64 --out-path $PKG_FOLDER
echo "Executing command: pkg package.json -t node12-linux-x64 --out-path $PKG_FOLDER"
pkg package.json -t node12-linux-x64 --out-path $PKG_FOLDER
else

if ask "Re-build $APP?"; then
Expand Down

0 comments on commit f302d3f

Please sign in to comment.