Skip to content

Commit df9cd3d

Browse files
committed
fix: build issue
1 parent b5150d5 commit df9cd3d

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
@@ -12,8 +12,7 @@
1212
"build:prod": "next build",
1313
"start": "next start",
1414
"lint": "next lint",
15-
"lint:fix": "next lint --fix",
16-
"postinstall": "npm rebuild"
15+
"lint:fix": "next lint --fix"
1716
},
1817
"dependencies": {
1918
"@dnd-kit/core": "^6.3.1",

0 commit comments

Comments
 (0)