Skip to content

Commit

Permalink
Merge pull request #2 from noble-assets/fix/publish-script
Browse files Browse the repository at this point in the history
fix: no git checks flag for automated publish
  • Loading branch information
xanderjl authored Nov 19, 2024
2 parents 5a17360 + 4ce7d55 commit 703e1e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/hungry-schools-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@noble-assets/tangled-react': patch
---

automated publish test
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 703e1e7

Please sign in to comment.