diff --git a/package.json b/package.json index 1c5e092..65cd4b3 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "packages/*" ], "scripts": { - "app:dev": "next dev", - "app:build": "next build", + "dev": "next dev", + "build": "next build", "start": "next start", "lint": "next lint", "lint:fix": "next lint -- --fix",