We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c620b commit 23dd6f2Copy full SHA for 23dd6f2
.github/workflows/ci.yml
@@ -19,6 +19,6 @@ jobs:
19
run: npx playwright install --with-deps
20
21
- name: Build Project
22
- run: npm build
+ run: npm run build
23
- name: Run tests
24
run: npm test
0 commit comments