Skip to content

Commit c949812

Browse files
authored
chore: build before stage publish (#144)
1 parent 8e0b5e7 commit c949812

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
@@ -28,7 +28,7 @@
2828
"dev": "rslib --watch",
2929
"lint": "rslint && prettier . --check",
3030
"lint:fix": "rslint --fix && prettier . --write",
31-
"prepare": "simple-git-hooks && rslib",
31+
"prepare": "simple-git-hooks",
3232
"test": "rstest",
3333
"bump": "npx bumpp"
3434
},

0 commit comments

Comments
 (0)