fix: remove bad preinstall script (was causing npm install issues)
This commit is contained in:
parent
321c638bcd
commit
d0edb190a8
|
|
@ -6,8 +6,7 @@
|
|||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"preinstall": "rm -f package-lock.json"
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "^4.1.0",
|
||||
|
|
@ -54,4 +53,4 @@
|
|||
"eslint": "^8.57.0",
|
||||
"eslint-config-next": "15.2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue