mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
add convenience scripts (#1004)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user