Skip to content

Commit 852f802

Browse files
authored
Remove preinstall script from package.json
1 parent 4eadeb9 commit 852f802

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"start": "next start",
1010
"lint": "next lint",
1111
"deploy": "gh-pages -d out",
12-
"preinstall": "node preinstall.js"
1312
},
1413
"dependencies": {
1514
"@number-flow/react": "^0.5.9",
@@ -39,4 +38,4 @@
3938
"tailwindcss": "^4.1.3",
4039
"typescript": "^5"
4140
}
42-
}
41+
}

0 commit comments

Comments
 (0)