Skip to content

Commit eb381b6

Browse files
authored
chore: build before stage publish (#55)
1 parent 97bd9ea commit eb381b6

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
@@ -33,5 +33,8 @@ jobs:
3333
- name: Install Dependencies
3434
run: pnpm i
3535

36+
- name: Build Packages
37+
run: pnpm build
38+
3639
- name: Publish
3740
run: pnpm stage publish --no-git-checks

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dev": "rslib -w",
2020
"lint": "rslint && prettier -c .",
2121
"lint:write": "rslint --fix && prettier -w .",
22-
"prepare": "simple-git-hooks && pnpm run build",
22+
"prepare": "simple-git-hooks",
2323
"test": "playwright test",
2424
"bump": "pnpx bumpp"
2525
},

0 commit comments

Comments
 (0)