Skip to content

Commit 2b1d723

Browse files
committed
build(github): Alter publish action to build before testing
1 parent 3523d3d commit 2b1d723

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
- name: Install Packages
3535
run: yarn install --frozen-lockfile
3636

37+
- name: Build
38+
run: yarn build
39+
3740
- name: Test
3841
run: yarn test
3942
env:
4043
CI: true
4144

42-
- name: Build
43-
run: yarn build
44-
4545
- name: Publish to NPM
4646
run: npm publish
4747
env:

0 commit comments

Comments
 (0)