Skip to content

Commit

Permalink
chore: fix changeset setup
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Aug 20, 2023
1 parent bf9ce99 commit e3d460e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
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": "./commits.js",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
Expand Down
6 changes: 0 additions & 6 deletions .changeset/stale-pigs-brush.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wise-socks-burn.md

This file was deleted.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
"author": "Javi Aguilar https://itsjavi.com",
"scripts": {
"build": "turbo build",
"changeset": "changeset && git push",
"changeset.apply": "git add -A && changeset version",
"changeset.publish": "pnpm changeset.release",
"changeset": "changeset",
"changeset.apply": "changeset version && pnpm i --no-frozen-lockfile && git add .",
"changeset.release": "pnpm build && pnpm publint && changeset publish",
"clear-cache": "rm -rf packages/*/.turbo && rm -rf packages/*/.next && jest --clearCache",
"dev": "turbo run build && turbo run dev --no-deps --no-cache --parallel --concurrency 20",
Expand Down

0 comments on commit e3d460e

Please sign in to comment.