Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
 🐿 v2.11.0
  • Loading branch information
kitkat119 committed Dec 7, 2018
1 parent ad8e448 commit 7091bf7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ In the app (e.g. next-article):
- `make build` - !! need to do this for each change in either n-ui or front facing app.
- `make run`

To test the cli locally, use `../n-ui/./bin/nui.js build` or `../n-ui/./bin/nui.js watch` from within a local copy of a user-facing app. To test the rebuild command first set the `CIRCLECI_REBUILD_KEY` environment variable using `export CIRCLECI_REBUILD_KEY={key}` (you can find the key in n-ui's continuous-integration folder in Vault). You can then use `./bin/nui.js rebuild next-search-page` within your local copy of n-ui (perhaps comment out the call to `triggerMasterBuild` in the rebuild function when testing the `./bin/nui.js rebuild --all --serves user-page` command so you avoid actually causing all apps to rebuild ;)).


### Releasing n-ui

When you release an n-ui tag, 3 things happen:
Expand Down

0 comments on commit 7091bf7

Please sign in to comment.