Skip to content

Commit

Permalink
fix: fixed reset changelog script (#92)
Browse files Browse the repository at this point in the history
* fix: fixed reset changelog script

* chore: adding changelog
  • Loading branch information
imCorfitz authored Jul 4, 2024
1 parent 0cb4457 commit 6e07137
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .changeset/shiny-clouds-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
'@orbitkit/docs': patch
'@orbitkit/marketing': patch
'@orbitkit/web': patch
'@orbitkit/api': patch
'@orbitkit/assets': patch
'@orbitkit/auth': patch
'@orbitkit/eslint': patch
'@orbitkit/storybook': patch
'@orbitkit/tailwind': patch
'@orbitkit/tsconfig': patch
'@orbitkit/vite': patch
'@orbitkit/core': patch
'@orbitkit/db': patch
'@orbitkit/env': patch
'@orbitkit/ui': patch
'@orbitkit/utils': patch
---

Fix: fixed issue with reset:changelog script
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lint:spell": "cspell \"**\" --gitignore --dot --no-progress --cache --unique ",
"prepare": "husky",
"release": "turbo run build lint typecheck && changeset version && changeset publish",
"reset:changelog": "bun run rm -rf **/CHANGELOG.md",
"reset:changelog": "bun run rm -rf */**/CHANGELOG.md",
"typecheck": "tsc",
"update:workspace": "bun run ./scripts/update-workspace"
},
Expand Down

0 comments on commit 6e07137

Please sign in to comment.