Skip to content

Commit cc33805

Browse files
authored
add convenience scripts (#1004)
1 parent 6e548dd commit cc33805

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"packages/*"
1212
],
1313
"scripts": {
14-
"check-updates": "npx npm-check-updates --interactive --format group"
14+
"check-updates": "npx npm-check-updates --interactive --format group",
15+
"start": "cd packages/webawesome && npm run start",
16+
"start:pro": "cd packages/webawesome-pro && npm run start"
1517
},
1618
"engines": {
1719
"node": ">=14.17.0"

0 commit comments

Comments
 (0)