Skip to content

Commit

Permalink
feat: add dev:web and dev:api in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chiol committed Oct 4, 2023
1 parent fdb2651 commit 2b05b03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"build": "turbo run build",
"build:ui": "turbo run @ufb/ui#build",
"dev": "turbo run dev --parallel",
"dev:web": "turbo run dev --filter=web",
"dev:api": "turbo run dev --filter=api",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx}\"",
"test": "turbo run test"
Expand Down

0 comments on commit 2b05b03

Please sign in to comment.