Skip to content

Commit 1346ad2

Browse files
committed
fix: correct npm command in release workflow
1 parent eae89c4 commit 1346ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: npm ci
3131

3232
- name: Run tests
33-
run: npm all
33+
run: npm run all
3434

3535
- name: Publish to npm
3636
run: |

0 commit comments

Comments
 (0)