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 3bafc89 commit 7a2bc4cCopy full SHA for 7a2bc4c
nx.json
@@ -74,7 +74,7 @@
74
},
75
"unit-test": {
76
"cache": true,
77
- "inputs": ["default", "test-vitest-inputs"],
+ "inputs": ["default", "^production", "test-vitest-inputs"],
78
"outputs": [
79
"{workspaceRoot}/coverage/{projectName}/unit-tests/lcov.info"
80
],
@@ -88,7 +88,7 @@
88
89
"int-test": {
90
91
92
"outputs": ["{workspaceRoot}/coverage/{projectName}/int-tests/lcov.info"],
93
"executor": "@nx/vite:test",
94
"options": {
0 commit comments