Skip to content

Commit

Permalink
build: fix change not picking up on version file being deleted
Browse files Browse the repository at this point in the history
Signed-off-by: diba1013 <[email protected]>
  • Loading branch information
diba1013 committed Jan 7, 2024
1 parent e024d92 commit 42e12dd
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 install",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"change": "pnpm changeset version; git add **/package.json; pnpm version --include-workspace-root --force ${npm_config_tag}"
"change": "pnpm changeset version; git add **/package.json .changeset; pnpm version --include-workspace-root --force ${npm_config_tag}"
},
"workspaces": [
"packages/**"
Expand Down

0 comments on commit 42e12dd

Please sign in to comment.