Skip to content

Commit

Permalink
add fe start script
Browse files Browse the repository at this point in the history
  • Loading branch information
SneakySensei committed Sep 2, 2024
1 parent fac0c61 commit ef57d0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"build:common": "cd packages/common && pnpm build",
"build:backend": "pnpm build:common && cd packages/backend && pnpm build",
"build:frontend": "pnpm build:common && cd packages/frontend && pnpm build",
"start:backend": "cd packages/backend && pnpm start"
"start:backend": "cd packages/backend && pnpm start",
"start:frontend": "cd packages/frontend && pnpm start"
}
}

0 comments on commit ef57d0c

Please sign in to comment.