Compare commits

...

1 Commits

Author SHA1 Message Date
konnorrogers
ca4dc89974 add convenience scripts 2025-05-30 10:14:50 -04:00

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"