Skip to content

Commit b310faa

Browse files
committed
fix: ensure package is built before running e2e
1 parent 99f2b56 commit b310faa

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

packages/web-components/project.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"projectType": "library",
55
"implicitDependencies": [],
6-
"tags": ["platform:web", "web-components"]
6+
"tags": ["platform:web", "web-components"],
7+
"targets": {
8+
"e2e": {
9+
"dependsOn": ["build"]
10+
}
11+
}
712
}

0 commit comments

Comments
 (0)