Skip to content

Commit

Permalink
chore(root): change package command (time -> kgu-plus) (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
SWARVY committed Aug 14, 2024
1 parent 18c4209 commit 386bc7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"dev:auth": "pnpm --filter auth dev",
"dev:land": "pnpm --filter land dev",
"dev:member": "pnpm --filter member dev",
"dev:time": "pnpm --filter time dev",
"dev:kguplus": "pnpm --filter kgu-plus dev",
"dev:status": "pnpm --filter status dev",
"build:auth": "pnpm --filter auth build",
"build:land": "pnpm --filter land build",
"build:member": "pnpm --filter member build",
"build:time": "pnpm --filter time build",
"build:kguplus": "pnpm --filter kgu-plus build",
"build:status": "pnpm --filter status build",
"build:design-system": "pnpm --filter @clab/design-system build",
"build:design-system": "pnpm --filter design-system build",
"build:icon": "pnpm --filter @clab/icon build",
"type:member": "pnpm --filter member type"
},
Expand Down

0 comments on commit 386bc7c

Please sign in to comment.