Skip to content

Commit dd28feb

Browse files
fix build command
1 parent 62555e0 commit dd28feb

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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: npm install
2929
- name: Build package
30-
run: npm build
30+
run: npm run build
3131
- name: Run headless test
3232
uses: GabrielBB/[email protected]
3333
with:

0 commit comments

Comments
 (0)