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 c870eb9 commit 642da7bCopy full SHA for 642da7b
.github/workflows/publish.yml
@@ -26,18 +26,15 @@ jobs:
26
- name: Install dependencies
27
run: yarn install --frozen-lockfile
28
29
- - name: Run tests
30
- run: yarn test
31
-
32
- - name: Build packages
33
- run: yarn build
34
35
# Update versions in package.json files before publishing
36
- name: Update lib package version
37
run: |
38
bin/run-all version --new-version $VERSION --no-git-tag-version
39
bin/run-all lockversion
40
+ - name: Build packages
+ run: yarn build
+
41
# Publish packages in the correct order
42
- name: Publish lib package
43
run: bin/run-all publish --access public
0 commit comments