fix(repo): add nx-cache to gitignore to make e2e tests pass on windows
This commit is contained in:
parent
4464da09f5
commit
330c33ddd1
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user