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 ef9f19a commit 9279eb4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "itsjavi/storylite", "summary": "" }],
"commit": false,
"commit": true,
"fixed": [],
"linked": [],
"access": "public",
Expand Down
5 changes: 5 additions & 0 deletions .changeset/fluffy-dots-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@storylite/storylite': patch
---

chore: better dependencies definition
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"build": "turbo build",
"changeset": "changeset",
"changeset.apply": "changeset version && pnpm i --no-frozen-lockfile && git add .",
"changeset.bump": "pn changeset && pn changeset.apply",
"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 9279eb4

Please sign in to comment.