Skip to content

Commit

Permalink
Fix [p]npm extra run output breaking np
Browse files Browse the repository at this point in the history
  • Loading branch information
miridius committed Apr 9, 2024
1 parent b95489c commit a555347
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 @@ -40,7 +40,7 @@
"test": "jest --ci --no-cache",
"test:watch": "jest test --watchAll --no-cache",
"lint": "tsc && eslint src test",
"prepare": "husky install && pnpm build",
"prepare": "husky install && pnpm --silent build",
"size": "size-limit",
"analyze": "size-limit --why",
"check": "pnpm install-test && pnpm lint && pnpm size && pnpm outdated --compatible && pnpm audit -P",
Expand Down

0 comments on commit a555347

Please sign in to comment.