Skip to content

Commit 7f8db7c

Browse files
authored
fix: remove preinstall script (#1176)
1 parent be5d049 commit 7f8db7c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.changeset/breezy-socks-serve.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"prettier-eslint": patch
3+
---
4+
5+
fix: remove `preinstall` script

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"prettier-eslint"
2828
],
2929
"scripts": {
30-
"preinstall": "npx only-allow npm",
3130
"prepare": "simple-git-hooks",
3231
"start": "nps",
3332
"test": "nps test"
@@ -72,7 +71,6 @@
7271
"jest": "^29.7.0",
7372
"nps": "^5.10.0",
7473
"nps-utils": "^1.7.0",
75-
"only-allow": "^1.2.1",
7674
"prettier-eslint-cli": "^8.0.1",
7775
"prettier-plugin-pkg": "^0.19.0",
7876
"prettier-plugin-svelte": "^3.3.3",

0 commit comments

Comments
 (0)