Skip to content

Commit

Permalink
Merged in run-script-with-params (pull request #23)
Browse files Browse the repository at this point in the history
Add a way to easily pass password prop to run script
  • Loading branch information
dima767 authored and Jonathan Johnson committed Mar 22, 2018
1 parent 0551ebf commit a157ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-app.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

./gradlew -Dshibui.logout-url=/dashboard clean bootRun npm_run_start --parallel
./gradlew -Dshibui.logout-url=/dashboard "$@" clean bootRun npm_run_start --parallel

0 comments on commit a157ad7

Please sign in to comment.