We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c285b31 commit ac32a46Copy full SHA for ac32a46
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
node-version: "lts/*"
21
- run: npm install
22
- name: Run Tests
23
- run: npm run test
+ run: npx jest
24
- name: TypeScript Check
25
run: yarn tsc
26
- run: npm run build
0 commit comments