Skip to content

Commit

Permalink
added only-allow pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
kael-shipman committed Dec 30, 2023
1 parent b4a6a83 commit 5cf8199
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"format": "pnpm prettier:fix && pnpm lint:fix",
"lint": "eslint src tests",
"lint:fix": "pnpm lint --fix",
"preinstall": "npx only-allow pnpm",
"prepublishOnly": "pnpm clean && pnpm build && npm run docgen",
"prettier": "prettier src tests --check",
"prettier:fix": "pnpm prettier --write",
Expand Down

0 comments on commit 5cf8199

Please sign in to comment.