We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f2b56 commit b310faaCopy full SHA for b310faa
1 file changed
packages/web-components/project.json
@@ -3,5 +3,10 @@
3
"$schema": "../../node_modules/nx/schemas/project-schema.json",
4
"projectType": "library",
5
"implicitDependencies": [],
6
- "tags": ["platform:web", "web-components"]
+ "tags": ["platform:web", "web-components"],
7
+ "targets": {
8
+ "e2e": {
9
+ "dependsOn": ["build"]
10
+ }
11
12
}
0 commit comments