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 4e4126a commit 0a5e9a1Copy full SHA for 0a5e9a1
.github/workflows/pull-request.yaml
@@ -35,4 +35,7 @@ jobs:
35
run: yarn typescript
36
37
- name: Run Jest Unit Tests
38
- run: yarn test
+ run: yarn test
39
+
40
+ - name: Compiled files
41
+ run: yarn prepare
.github/workflows/release.yaml
@@ -59,5 +59,8 @@ jobs:
59
60
run: yarn test
61
62
63
64
65
- name: New release
66
run: NPM_TOKEN=${{ secrets.NPM_TOKEN }} GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} yarn release
0 commit comments