Skip to content

Commit

Permalink
chore: 修改了发布脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
npmstudy committed Oct 26, 2023
1 parent c97746b commit dffb850
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"project-graph": "nx graph",
"ci:version": "changeset version",
"ci:publish": "changeset publish",
"publish": "npx changeset && npm run ci:version && npm run ci:publish && ",
"example": "pnpm -F example dev"
},
"description": "PNPM monorepo template",
Expand Down Expand Up @@ -59,4 +60,4 @@
"dependencies": {
"@changesets/cli": "^2.26.2"
}
}
}

0 comments on commit dffb850

Please sign in to comment.