Skip to content

Commit 642da7b

Browse files
committed
publish
1 parent c870eb9 commit 642da7b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,15 @@ jobs:
2626
- name: Install dependencies
2727
run: yarn install --frozen-lockfile
2828

29-
- name: Run tests
30-
run: yarn test
31-
32-
- name: Build packages
33-
run: yarn build
34-
3529
# Update versions in package.json files before publishing
3630
- name: Update lib package version
3731
run: |
3832
bin/run-all version --new-version $VERSION --no-git-tag-version
3933
bin/run-all lockversion
4034
35+
- name: Build packages
36+
run: yarn build
37+
4138
# Publish packages in the correct order
4239
- name: Publish lib package
4340
run: bin/run-all publish --access public

0 commit comments

Comments
 (0)