Skip to content

Commit dcf92bb

Browse files
authored
Merge pull request #13 from namastexlabs/fix/release-build-first
fix: run build before publish to bundle playground
2 parents 350900e + 5edb7c4 commit dcf92bb

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ jobs:
142142
- name: Install dependencies
143143
run: pnpm install
144144

145+
- name: Build playground for CLI
146+
run: pnpm build
147+
145148
- name: Check if version already published
146149
id: check-published
147150
run: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dev": "turbo run dev --filter=forge-inspector-playground",
99
"start": "pnpm --filter forge-inspector-playground start",
1010
"lint": "turbo run lint --filter=forge-inspector",
11-
"release": "pnpm -r publish --access public"
11+
"release": "pnpm build && pnpm -r publish --access public"
1212
},
1313
"devDependencies": {
1414
"eslint": "8.57.1",

0 commit comments

Comments
 (0)