Skip to content

Commit

Permalink
Merged in NOJIRA-run-app-update (pull request #247)
Browse files Browse the repository at this point in the history
NOJIRA
  • Loading branch information
Bill Smith authored and Jonathan Johnson committed Nov 28, 2018
2 parents 6c0130f + a5897a4 commit 10821df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -382,3 +382,6 @@ gradle-app.setting

# Do not ignore typescript config
!tsconfig.json

# pac4j
pac4j-module/out/
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 -Dspring.profiles.active=no-auth -Dshibui.logout-url=/dashboard "$@" clean bootRun npm_run_start --parallel

0 comments on commit 10821df

Please sign in to comment.