Skip to content

Commit

Permalink
Add pnpm dev command to start demo and it's packages (#3058)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesricky authored Jan 15, 2025
1 parent 0bb181a commit 81791a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"build:docs": "pnpm recursive --filter '@comet/eslint-plugin' --filter '@comet/admin*' --filter 'comet-docs' run build",
"clean": "pnpm recursive run clean",
"copy-schema-files": "node copy-schema-files.js",
"dev": "pnpm dev:admin && pnpm dev:cms && pnpm dev:demo",
"dev:admin": "dev-pm start @comet-admin",
"dev:cms": "dev-pm start @cms",
"dev:cms:admin": "dev-pm start @cms-admin",
Expand Down

0 comments on commit 81791a1

Please sign in to comment.