Skip to content

Commit ac32a46

Browse files
committed
Update release.yml
1 parent c285b31 commit ac32a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: "lts/*"
2121
- run: npm install
2222
- name: Run Tests
23-
run: npm run test
23+
run: npx jest
2424
- name: TypeScript Check
2525
run: yarn tsc
2626
- run: npm run build

0 commit comments

Comments
 (0)