Skip to content

Commit

Permalink
fix(repo): add nx-cache to gitignore to make e2e tests pass on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Jan 14, 2022
1 parent 4464da0 commit 330c33d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ tmp
*.log
jest.debug.config.js
.tool-versions
/.nx-cache
/.verdaccio/build/local-registry
dep-graph/client/src/assets/environment.js
dep-graph/client/src/assets/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ async function processCollectedUpdatedAndDeletedFiles() {
collectedDeletedFiles.clear();
} catch (e) {
// this is expected
// for instance, workspace.json can be incorrect etc
// for instance, workspace.json can be incorrect or a file we are trying to has
// has been deleted
// we are resetting internal state to start from scratch next time a file changes
// given the user the opportunity to fix the error
// if Nx requests the project graph prior to the error being fixed,
Expand Down

0 comments on commit 330c33d

Please sign in to comment.