From 1fd9f743ff2b13f0a99443b93c02c0636764c7b9 Mon Sep 17 00:00:00 2001 From: PapatMayuri Date: Wed, 27 Nov 2024 15:50:51 +0530 Subject: [PATCH] updated package json file. --- examples/with-styletron/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-styletron/package.json b/examples/with-styletron/package.json index f1535b0278e49..beae1a2ba1fbe 100644 --- a/examples/with-styletron/package.json +++ b/examples/with-styletron/package.json @@ -1,7 +1,7 @@ { "private": true, "scripts": { - "dev": "next", + "dev": "next dev", "build": "next build", "start": "next start" },