Skip to content

Commit 9ebaa37

Browse files
committed
fix: user can use npm
1 parent 6067b0a commit 9ebaa37

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
@@ -7,8 +7,7 @@
77
"build": "next build",
88
"start": "next start",
99
"lint": "next lint",
10-
"format": "prettier --write \"./**/*.{ts,tsx,json}\"",
11-
"preinstall": "npx only-allow pnpm"
10+
"format": "prettier --write \"./**/*.{ts,tsx,json}\""
1211
},
1312
"dependencies": {
1413
"@fontsource/poppins": "^5.0.8",

0 commit comments

Comments
 (0)