We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc3a4a commit 72bff1eCopy full SHA for 72bff1e
nx.json
@@ -111,9 +111,10 @@
111
},
112
"e2e": {
113
"cache": true,
114
- "inputs": ["default", "test-vitest-inputs"],
+ "inputs": ["default", "^production", "test-vitest-inputs"],
115
"executor": "@nx/vitest:test",
116
"options": {
117
+ "configFile": "{projectRoot}/vitest.e2e.config.ts",
118
"passWithNoTests": true,
119
"watch": false
120
}
0 commit comments