Skip to content

Commit d60d8fb

Browse files
committed
Fix test command in release workflow
Update npm run test:all to npm run test to match available package.json scripts
1 parent 7f63772 commit d60d8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: npm run validate
3030

3131
- name: Run tests
32-
run: npm run test:all
32+
run: npm run test
3333

3434
- name: Publish to npm
3535
run: npm publish

0 commit comments

Comments
 (0)