From 838c757151d1fe28187a40ab9f01045d7959115c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 19 Aug 2021 21:58:07 +0300 Subject: Fix dev server start command --- vnext/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/package.json') diff --git a/vnext/package.json b/vnext/package.json index 782b57a3..ca7130ed 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -5,7 +5,7 @@ "scripts": { "test": "jest", "dist": "webpack --mode=production --progress", - "start": "webpack --mode=development serve" + "start": "webpack serve" }, "keywords": [], "author": "", -- cgit v1.2.3