fix(repo): add nx-cache to gitignore to make e2e tests pass on windows

This commit is contained in:
Victor Savkin 2022-01-14 13:10:30 -05:00
parent 4464da09f5
commit 330c33ddd1
2 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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,