Skip to content

Commit 23dd6f2

Browse files
committed
Fix build in CI
1 parent b9c620b commit 23dd6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
run: npx playwright install --with-deps
2020

2121
- name: Build Project
22-
run: npm build
22+
run: npm run build
2323
- name: Run tests
2424
run: npm test

0 commit comments

Comments
 (0)