Skip to content

Commit 454f986

Browse files
author
John Doe
committed
chore: refine targets 2
1 parent 139b941 commit 454f986

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

e2e/plugin-lighthouse-e2e/project.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
"projectType": "application",
66
"targets": {
77
"lint": {},
8-
"e2e": {}
8+
"e2e": {
9+
"executor": "@nx/vite:test",
10+
"options": {
11+
"configFile": "{projectRoot}/vitest.e2e.config.ts"
12+
}
13+
}
914
},
1015
"implicitDependencies": ["cli", "plugin-lighthouse"],
1116
"tags": ["scope:plugin", "type:e2e"]

0 commit comments

Comments
 (0)