From 872e969fe486890afb8ec31eef0ec4d3fb340cc2 Mon Sep 17 00:00:00 2001 From: Victor Savkin Date: Tue, 4 Jun 2019 19:12:54 -0400 Subject: [PATCH] fix(nx): update docs to fix ci --- docs/api-cypress/builders/cypress.md | 6 ++++++ docs/tutorial/07-share-code.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/api-cypress/builders/cypress.md b/docs/api-cypress/builders/cypress.md index 64f507093f4f0..2548c92152f1f 100644 --- a/docs/api-cypress/builders/cypress.md +++ b/docs/api-cypress/builders/cypress.md @@ -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` diff --git a/docs/tutorial/07-share-code.md b/docs/tutorial/07-share-code.md index b9fa6cc515832..e9402b6f4cdd6 100644 --- a/docs/tutorial/07-share-code.md +++ b/docs/tutorial/07-share-code.md @@ -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: