From e4ff737b22fec4d40014087e7de47d947170fa41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marina=20L=C3=B3pez?= Date: Tue, 27 Feb 2024 11:51:37 +0100 Subject: [PATCH] fix: added script to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f86b073..7c37cbf 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "start": "npx nx run plugins-runtime:serve-static --port 4200", "start:example": "npx nx run example-plugin:serve-static --port 4201", "start:rpc-api": "npx nx serve rpc-api", + "start:styles-example": "npx nx run example-styles:serve --port 4202", "build": "npx nx build plugins-runtime --emptyOutDir=true", "lint": "nx run-many --all --target=lint --parallel", "lint:affected": "npx nx affected --target=lint",