From 09ba9499a3639f80cd504b8327553855b2c7f70a Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Tue, 20 Dec 2022 13:04:41 +0300 Subject: [PATCH] package.json: revert dev & build scripts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",