Skip to content

Commit

Permalink
fix: env without npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwcx committed Aug 5, 2024
1 parent 6e4486c commit 2df3d9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/stupid-buses-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'inquirer-select-pro': patch
---

remove preinstall script
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"build": "tsup",
"dev": "tsx ./examples/cli.ts",
"format": "eslint . --cache --fix",
"preinstall": "npx only-allow pnpm",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0 --cache",
"prepack": "pnpm build",
"prepare": "husky",
Expand Down

0 comments on commit 2df3d9b

Please sign in to comment.