add convenience scripts (#1004)

This commit is contained in:
Konnor Rogers
2025-05-30 11:46:43 -04:00
committed by GitHub
parent 6e548dd85b
commit cc33805d27

View File

@@ -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"