Skip to content

Commit

Permalink
fix: No git checks on mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Jan 1, 2024
1 parent 09b7c60 commit d4127f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-usequerystate/scripts/mirror.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc

# Rename & publish the package
pnpm pkg set name=nuqs
pnpm publish
pnpm publish --no-git-checks

# Cleanup
rm -f .npmrc

0 comments on commit d4127f3

Please sign in to comment.