Skip to content

Commit

Permalink
🐛 build before publish (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiangWeixian authored Aug 21, 2022
1 parent 27e5d20 commit 3d56656
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/brown-insects-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@aiou/rollup-template": patch
---

build before publish
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"prepare": "husky install",
"release": "pnpm run build && np --no-cleanup --yolo --no-publish --any-branch",
"ci:version": "pnpm changeset version",
"ci:publish": "pnpm changeset publish",
"ci:publish": "pnpm run build && pnpm changeset publish",
"ci:snapshot": "pnpm changeset version --snapshot beta",
"ci:prerelease": "pnpm run build && pnpm changeset publish --tag beta",
"lint:fix": "eslint . --fix"
Expand Down

0 comments on commit 3d56656

Please sign in to comment.