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 d3240f9 commit d13d42eCopy full SHA for d13d42e
nx.json
@@ -111,14 +111,25 @@
111
},
112
"e2e": {
113
"cache": true,
114
- "inputs": ["default", "^production", "test-vitest-inputs"],
+ "inputs": ["default", "test-vitest-inputs"],
115
"executor": "@nx/vitest:test",
116
"options": {
117
"configFile": "{projectRoot}/vitest.e2e.config.ts",
118
"passWithNoTests": true,
119
"watch": false
120
}
121
122
+ "nxv-pkg-install": {
123
+ "parallelism": false
124
+ },
125
+ "@nx/vite:test": {
126
+ "cache": true,
127
128
+ "options": {
129
+ "passWithNoTests": true,
130
+ "watch": false
131
+ }
132
133
"code-pushup": {
134
"cache": false,
135
"executor": "nx:run-commands",
0 commit comments