Skip to content

Commit

Permalink
fix: no git checks flag for automated publish
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderjl committed Nov 19, 2024
1 parent 5a17360 commit 9bc393b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"build:example": "pnpm --filter @tangled3/example-react build",
"build:example-next": "pnpm --filter @tangled3/example-next build",
"clean": "pnpm exec clean",
"ci:publish": "pnpm publish -r --access=restricted",
"ci:release": "pnpm changeset version && pnpm ci:publish",
"ci:release": "pnpm changeset version && pnpm publish -r --access=restricted --no-git-checks",
"prepare": "husky && husky install",
"lint": "eslint packages",
"lint:fix": "eslint packages --fix",
Expand Down

0 comments on commit 9bc393b

Please sign in to comment.