Skip to content

Commit

Permalink
fix(nx): update docs to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Jun 4, 2019
1 parent 7ea5405 commit 872e969
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/api-cypress/builders/cypress.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Type: `string`

The browser to run tests in.

### copyFiles

Type: `string`

A regex string that is used to choose what additional integration files to copy to the dist folder

### cypressConfig

Type: `string`
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/07-share-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Awesome! The application is working end to end! However, there is a problem. Bot
**Run the following generator to create a library:**

```bash
ng g #nrwl/workspace:lib data
ng g @nrwl/workspace:lib data
```

The result should look like this:
Expand Down

0 comments on commit 872e969

Please sign in to comment.