Skip to content

Commit 0a5e9a1

Browse files
committed
ci(.github/*.yaml): compile source files on pull request & on release
1 parent 4e4126a commit 0a5e9a1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/pull-request.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,7 @@ jobs:
3535
run: yarn typescript
3636

3737
- name: Run Jest Unit Tests
38-
run: yarn test
38+
run: yarn test
39+
40+
- name: Compiled files
41+
run: yarn prepare

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,8 @@ jobs:
5959
- name: Run Jest Unit Tests
6060
run: yarn test
6161

62+
- name: Compiled files
63+
run: yarn prepare
64+
6265
- name: New release
6366
run: NPM_TOKEN=${{ secrets.NPM_TOKEN }} GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} yarn release

0 commit comments

Comments
 (0)