Skip to content

Commit

Permalink
Updated release-procedures.md with new build aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg8 committed Oct 14, 2016
1 parent 19c9529 commit 832abca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ Note that all these commands are entered at the repo root folder.

- [ ] Close all auto-compiles (command line and/or IntelliJ).
- [ ] Build each of these aliases (will require separate terminals for each):
- `lein debug`
- `lein debug-prod`
- `lein debug-test`
- `lein dev-auto`
- `lein prod-auto`
- `lein test-auto`
- [ ] For `dev` and `prod`, run through each demo page and make sure no errors or debug output appears in the console.
- [ ] For `test`, make sure all tests pass. Modify code/tests until all tests pass.
- [ ] Close all auto-compiles again.
Expand Down

0 comments on commit 832abca

Please sign in to comment.