Skip to content

Commit d13d42e

Browse files
author
John Doe
committed
refactor: wip
1 parent d3240f9 commit d13d42e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

nx.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,25 @@
111111
},
112112
"e2e": {
113113
"cache": true,
114-
"inputs": ["default", "^production", "test-vitest-inputs"],
114+
"inputs": ["default", "test-vitest-inputs"],
115115
"executor": "@nx/vitest:test",
116116
"options": {
117117
"configFile": "{projectRoot}/vitest.e2e.config.ts",
118118
"passWithNoTests": true,
119119
"watch": false
120120
}
121121
},
122+
"nxv-pkg-install": {
123+
"parallelism": false
124+
},
125+
"@nx/vite:test": {
126+
"cache": true,
127+
"inputs": ["default", "test-vitest-inputs"],
128+
"options": {
129+
"passWithNoTests": true,
130+
"watch": false
131+
}
132+
},
122133
"code-pushup": {
123134
"cache": false,
124135
"executor": "nx:run-commands",

0 commit comments

Comments
 (0)