Skip to content

Commit

Permalink
chore(repository): add alias to root package json for cli scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <[email protected]>
  • Loading branch information
jordanshatford committed Oct 23, 2023
1 parent ecae330 commit 9b93ece
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 @@ -8,6 +8,7 @@
"generate": "pnpm --filter @yd/api generate:openapi && pnpm --filter @yd/client generate",
"dev": "pnpm --filter @yd/api --filter @yd/web dev",
"api": "pnpm --filter @yd/api -- ",
"cli": "pnpm --filter @yd/cli -- ",
"web": "pnpm --filter @yd/web -- ",
"core": "pnpm --filter @yd/core --",
"client": "pnpm --filter @yd/client -- ",
Expand Down

0 comments on commit 9b93ece

Please sign in to comment.