diff --git a/packages/next/package.json b/packages/next/package.json index a22d4d5..f163211 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -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": {