From cc33805d277deb004e28aa26e7c1842915ff3df5 Mon Sep 17 00:00:00 2001 From: Konnor Rogers Date: Fri, 30 May 2025 11:46:43 -0400 Subject: [PATCH] add convenience scripts (#1004) --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 908604c33..633066876 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,9 @@ "packages/*" ], "scripts": { - "check-updates": "npx npm-check-updates --interactive --format group" + "check-updates": "npx npm-check-updates --interactive --format group", + "start": "cd packages/webawesome && npm run start", + "start:pro": "cd packages/webawesome-pro && npm run start" }, "engines": { "node": ">=14.17.0"