Skip to content

Commit 6075043

Browse files
committed
refactor: keep vitest target empty in nx.json to pass e2e
1 parent 8ffbd67 commit 6075043

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nx.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@
102102
}
103103
},
104104
"e2e": {
105-
"dependsOn": ["^build"]
105+
"dependsOn": ["^build"],
106+
"inputs": ["default"],
107+
"cache": true
106108
},
107109
"lint": {
108110
"inputs": ["lint-eslint-inputs"],
@@ -120,6 +122,7 @@
120122
"nxv-pkg-install": {
121123
"parallelism": false
122124
},
125+
"@nx/vite:test": {},
123126
"code-pushup": {
124127
"cache": false,
125128
"outputs": [

0 commit comments

Comments
 (0)