Skip to content

Commit

Permalink
ENG-846 Change from sh to bash in the scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nshaw committed Jul 9, 2020
1 parent 5015c97 commit b0cbc93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/server/templates/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"node": ">=8.9.0"
},
"scripts": {
"populate-bundle": "sh ./buildBundle.sh",
"build-all": "sh ./buildBundle.sh -d",
"populate-bundle": "bash ./buildBundle.sh",
"build-all": "bash ./buildBundle.sh -d",
"keycloak": "docker-compose -f src/main/docker/keycloak.yml up"
}
}

0 comments on commit b0cbc93

Please sign in to comment.