Skip to content

Commit d9630ff

Browse files
committed
refactor(plugin-axe): optimize install-browser target dependencies
1 parent 7fd26b0 commit d9630ff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

e2e/plugin-axe-e2e/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"executor": "@nx/vite:test",
1010
"options": {
1111
"configFile": "{projectRoot}/vitest.e2e.config.ts"
12-
}
12+
},
13+
"dependsOn": ["^build", "^install-browser"]
1314
}
1415
},
1516
"implicitDependencies": ["cli", "plugin-axe"],

packages/plugin-axe/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
]
1616
},
1717
"build": {
18-
"dependsOn": ["^build", "install-browser"]
18+
"dependsOn": ["^build"]
1919
},
2020
"lint": {},
2121
"unit-test": {}

0 commit comments

Comments
 (0)