Skip to content

Commit

Permalink
Add --no-npm flag to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-md committed May 24, 2024
1 parent 72bd626 commit af98af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc --noEmit --incremental false",
"prepush": "pnpm lint && pnpm typecheck && pnpm validate-resources",
"prepare": "husky install",
"release": "release-it"
"release": "release-it --no-npm"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit af98af9

Please sign in to comment.