Skip to content

Commit

Permalink
chore: prevent np from installing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
velut committed Apr 23, 2024
1 parent 3c41dd7 commit 63b3c9b
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 @@ -47,7 +47,7 @@
"lint": "prettier --check .",
"format": "prettier --write .",
"pre-push": "bun install && bun run lint && bun run build && bun run test:ci && bun run attw",
"release": "np"
"release": "np --no-cleanup"
},
"dependencies": {
"zod": "^3.23.3"
Expand Down

0 comments on commit 63b3c9b

Please sign in to comment.