We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb8dec commit 3f9a94eCopy full SHA for 3f9a94e
.github/workflows/release.yml
@@ -18,6 +18,8 @@ jobs:
18
node-version: 14
19
- name: install
20
run: yarn
21
+ - name: test
22
+ run: yarn test
23
- name: build
24
run: yarn build
25
- name: publish
0 commit comments