Skip to content

Commit

Permalink
chore(ci): fix ci create version failed when not build file error
Browse files Browse the repository at this point in the history
  • Loading branch information
preflower committed Sep 3, 2024
1 parent fb7b1af commit 9d376dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepare": "husky",
"preinstall": "npx only-allow pnpm",
"build": "pnpm --filter=!@preflower/react-use -r run build",
"ci:version": "pnpm changeset version && pnpm install --lockfile-only",
"ci:version": "pnpm changeset version && pnpm install --lockfile-only && pnpm build",
"ci:publish": "pnpm build && pnpm changeset publish"
},
"devDependencies": {
Expand Down

0 comments on commit 9d376dc

Please sign in to comment.