Skip to content

Commit 9e7b758

Browse files
committed
Removed redundant only-allow
1 parent 7aa0e8e commit 9e7b758

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
4444
"test": "vitest run",
4545
"lint": "prettier --check . && eslint .",
46-
"format": "prettier --write .",
47-
"preinstall": "npx only-allow pnpm"
46+
"format": "prettier --write ."
4847
},
4948
"exports": {
5049
".": {

0 commit comments

Comments
 (0)