From bc87768f77063a5c0c2beb328c77314c18022c9d Mon Sep 17 00:00:00 2001 From: PKulkoRaccoonGang Date: Thu, 14 Dec 2023 15:08:07 +0200 Subject: [PATCH] feat: added start:with-theme script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b509f2f..39910c3 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ }, "scripts": { "start": "piral debug", + "start:with-theme": "paragon install-theme && npm start && npm install", "build": "piral build --type emulator", "postinstall": "piral declaration", "setup": "node bin/install"