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.
2 parents 02dc374 + 9b170f7 commit 05f324eCopy full SHA for 05f324e
.github/workflows/gh-publish.yml
@@ -40,6 +40,8 @@ jobs:
40
registry-url: https://registry.npmjs.org/
41
- name: Install dependencies
42
run: pnpm install
43
+ - name: 📦 Build packages
44
+ run: pnpm build
45
- name: Git Identity
46
run: |
47
git config --global user.name 'github-actions[bot]'
.github/workflows/version-tests.yml
@@ -21,7 +21,7 @@ jobs:
21
cache: "pnpm"
22
- name: 📂 Install dependencies
23
24
- - name: 📦 Build dependencies
25
run: pnpm build
26
- name: 🧪 Run Tests
27
run: pnpm test
0 commit comments