Skip to content

Commit

Permalink
Remove only-allow pre-install due to issue installing with npm
Browse files Browse the repository at this point in the history
Fixes #152. This seems
to be due to a bug in only-allow that specifically affects `npm`, where
the `only-allow` goes into effect even when installing the package as a
dependency: pnpm/only-allow#13
  • Loading branch information
sjdemartini committed Sep 14, 2023
1 parent 80f132d commit 70791f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"lint": "eslint --ext .js,.jsx,.ts,.tsx src --fix",
"lint:check": "eslint --ext .js,.jsx,.ts,.tsx src",
"md-link:check": "markdown-link-check -v -p *.md -c .markdown-link-check-config.json",
"preinstall": "npx only-allow pnpm",
"test": "vitest run",
"test:watch": "vitest watch",
"test:coverage": "vitest run --coverage",
Expand Down

0 comments on commit 70791f7

Please sign in to comment.