From ddeab884daa9da93072bc5523197b27f7d6dba05 Mon Sep 17 00:00:00 2001 From: Roberto Simonetti Date: Thu, 4 Jan 2024 22:12:46 +0100 Subject: [PATCH] Update .stackblitzrc --- .stackblitzrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stackblitzrc b/.stackblitzrc index e98b404..804e618 100644 --- a/.stackblitzrc +++ b/.stackblitzrc @@ -1 +1 @@ -{"installDependencies":true,"startCommand":"npm build && npm start","env":{"ENABLE_CJS_IMPORTS":true}} \ No newline at end of file +{"installDependencies":true,"startCommand":"npm run build && npm start","env":{"ENABLE_CJS_IMPORTS":true}} \ No newline at end of file