From 45a3f7d14e4e315ac087f81d404c23052bf314dd Mon Sep 17 00:00:00 2001 From: ScriptedAlchemy Date: Tue, 5 Dec 2023 19:13:44 -0800 Subject: [PATCH] fix: add shorthand command for runtime demo --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c57018118d4..ac62d1bfa47 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,8 @@ "sync:types:webpack": "cp -rf ./webpack/* ./node_modules/webpack", "sync:pullMFTypes": "concurrently \"node ./packages/enhanced/pullts.js\"", "app:next:dev": "nx run-many --target=build --configuration=development -p enhanced utils nextjs-mf && nx run-many --target=serve --configuration=development -p 3000-home 3001-shop 3002-checkout", - "app:next:prod": "nx run-many --target=build --configuration=production -p 3000-home 3001-shop 3002-checkout && nx run-many --target=serve --configuration=production -p 3000-home 3001-shop 3002-checkout" + "app:next:prod": "nx run-many --target=build --configuration=production -p 3000-home 3001-shop 3002-checkout && nx run-many --target=serve --configuration=production -p 3000-home 3001-shop 3002-checkout", + "app:runtime:dev": "nx run-many --target=serve -p runtime_demo_host runtime_demo_remote" }, "dependencies": { "adm-zip": "0.5.10",