Skip to content

Commit

Permalink
chore: move changelog to root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
flozero committed Jun 18, 2024
1 parent 43ad423 commit f986e91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"scripts": {
"build": "tsc && vite build",
"release": "pnpm prepack && changelogen --release && npm publish --no-git-checks --access public && git push --follow-tags",
"release": "pnpm prepack && changelogen --release --output ../../CHANGELOG.md && npm publish --no-git-checks --access public && git push --follow-tags",
"npm-auth-check": "[[ $(npm_config_registry=https://registry.npmjs.org npm whoami) = \"busbud-dev\" ]] && echo \"NPM Authentication ✅\"",
"prepack": "pnpm build",
"test:ci": "CI=true pnpm test:unit",
Expand Down

0 comments on commit f986e91

Please sign in to comment.