use pnpm in package.json scripts
This commit is contained in:
parent
a55661164b
commit
c291ef2fb4
|
@ -3,10 +3,10 @@
|
|||
"version": "2.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"dev": "pnpm next dev",
|
||||
"build": "pnpm next build",
|
||||
"start": "pnpm next start",
|
||||
"lint": "pnpm next lint",
|
||||
"preinstall": "npx only-allow pnpm"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue