Skip to content

Commit 0560b3e

Browse files
committed
refactor(plugin-axe): remove install-browser target
1 parent 7fd26b0 commit 0560b3e

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

packages/plugin-axe/project.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,7 @@
66
"tags": ["scope:plugin", "type:feature", "publishable"],
77
"// targets": "to see all targets run: nx show project plugin-axe --web",
88
"targets": {
9-
"install-browser": {
10-
"command": "playwright-core install chromium",
11-
"cache": true,
12-
"inputs": [
13-
"sharedGlobals",
14-
{ "runtime": "playwright-core install chromium --dry-run" }
15-
]
16-
},
17-
"build": {
18-
"dependsOn": ["^build", "install-browser"]
19-
},
9+
"build": {},
2010
"lint": {},
2111
"unit-test": {}
2212
}

project.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626
},
2727
"code-pushup-jsdocs": {},
2828
"code-pushup-typescript": {},
29-
"code-pushup-axe": {
30-
"dependsOn": ["^install-browser"]
31-
},
29+
"code-pushup-axe": {},
3230
"code-pushup": {
3331
"dependsOn": ["code-pushup-*"],
3432
"executor": "nx:run-commands",

0 commit comments

Comments
 (0)