Skip to content

Commit

Permalink
sh to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
ezequielPereyra committed Mar 8, 2022
1 parent 068e418 commit 7b1fa50
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"release:patch": "ember release",
"release:major": "ember release --major",
"release:minor": "ember release --minor",
"pack:linux_x64_deb": "sh ./scripts/package.sh -linux_x64_deb",
"pack:linux_ia32_zip": "sh ./scripts/package.sh -linux_ia32_zip",
"pack:linux_x64_zip": "sh ./scripts/package.sh -linux_x64_zip",
"pack:linux": "sh ./scripts/package.sh -linux",
"pack:osx": "sh ./scripts/package.sh -osx",
"pack:win32": "sh ./scripts/package.sh -win32",
"pack:linux_x64_deb": "bash ./scripts/package.sh -linux_x64_deb",
"pack:linux_ia32_zip": "bash ./scripts/package.sh -linux_ia32_zip",
"pack:linux_x64_zip": "bash ./scripts/package.sh -linux_x64_zip",
"pack:linux": "bash ./scripts/package.sh -linux",
"pack:osx": "bash ./scripts/package.sh -osx",
"pack:win32": "bash ./scripts/package.sh -win32",
"clean": "rm -rf node_modules dist dist_prod"
},
"engines": {
Expand Down

0 comments on commit 7b1fa50

Please sign in to comment.