Skip to content

Commit

Permalink
docs(changeset): chore: better dependencies definition
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Aug 11, 2023
1 parent 9279eb4 commit a8501c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilly-weeks-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@storylite/storylite': patch
---

chore: better dependencies definition
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"scripts": {
"build": "turbo build",
"changeset": "changeset",
"changeset.apply": "changeset version && pnpm i --no-frozen-lockfile && git add .",
"changeset.bump": "pn changeset && pn changeset.apply",
"changeset.apply": "git add -A && changeset version",
"changeset.publish": "pnpm changeset.release",
"changeset.release": "pnpm build && pnpm publint && changeset publish",
"clear-cache": "rm -rf packages/*/.turbo && rm -rf packages/*/.next && jest --clearCache",
Expand Down

0 comments on commit a8501c9

Please sign in to comment.