Skip to content

Commit

Permalink
chore: api deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
TinsFox committed Nov 29, 2024
1 parent 8f5868b commit 138226f
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 @@ -12,7 +12,8 @@
"scripts": {
"admin:build": "pnpm --filter admin build",
"admin:dev": "pnpm --filter admin dev",
"api:dev": "turbo dev --filter api",
"api:deploy": "pnpm --filter api deploy",
"api:dev": "pnpm --filter api dev",
"build": "turbo build",
"build-storybook": "storybook build",
"coverage": "vitest run --coverage",
Expand Down

0 comments on commit 138226f

Please sign in to comment.