We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74799a commit 02d3729Copy full SHA for 02d3729
.github/workflows/end-to-end-tests.yml
@@ -51,7 +51,7 @@ jobs:
51
npx nx test:once studio-web
52
- name: Playwright for studio-web
53
run: |
54
- npx nx build web-compnent
+ npx nx build web-component
55
npx nx nx run-many --targets=serve-test-data,serve-web-api,serve,serve-fr,serve-es --projects=web-component,studio-web --parallel 6
56
npx nx e2e studio-web
57
0 commit comments