Skip to content

Commit 72bff1e

Browse files
author
John Doe
committed
chore: adjust default targets
1 parent cfc3a4a commit 72bff1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,10 @@
111111
},
112112
"e2e": {
113113
"cache": true,
114-
"inputs": ["default", "test-vitest-inputs"],
114+
"inputs": ["default", "^production", "test-vitest-inputs"],
115115
"executor": "@nx/vitest:test",
116116
"options": {
117+
"configFile": "{projectRoot}/vitest.e2e.config.ts",
117118
"passWithNoTests": true,
118119
"watch": false
119120
}

0 commit comments

Comments
 (0)