Skip to content

Commit 7718c06

Browse files
committed
wip
1 parent 71ff81a commit 7718c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/plugin-eslint-e2e/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
},
1414
"nxv-env-setup": {
1515
"options": {
16-
"environmentRoot": "examples/eslint-example-app"
16+
"environmentRoot": "static-environments/eslint-e2e-env"
1717
}
1818
},
1919
"e2e": {
2020
"executor": "@nx/vite:test",
2121
"options": {
2222
"configFile": "e2e/plugin-eslint-e2e/vite.config.e2e.ts",
23-
"environmentRoot": "examples/eslint-example-app"
23+
"environmentRoot": "static-environments/eslint-e2e-env"
2424
}
2525
}
2626
},

0 commit comments

Comments
 (0)