We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b3dc6 commit 231c571Copy full SHA for 231c571
.github/workflows/dry-publish.yml
@@ -16,5 +16,8 @@ jobs:
16
- name: Install dependencies
17
run: bun ci
18
19
+ - name: Build packages
20
+ run: bun run build
21
+
22
- name: 🚀 Dry Run Publish Package
23
run: bun x pkg-pr-new publish './packages/*'
0 commit comments