Skip to content

Commit

Permalink
chore: update api deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
TinsFox committed Nov 29, 2024
1 parent 138226f commit 3e7ca8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"db:seed": "tsx ./src/db/seed.ts",
"db:studio": "drizzle-kit studio",
"deploy": "wrangler deploy --minify src/index.ts",
"workers:deploy": "wrangler deploy --minify src/index.ts",
"dev": "wrangler dev src/index.ts",
"dev:local": "tsx --watch src/index.ts",
"test": "vitest",
Expand Down Expand Up @@ -41,4 +42,4 @@
"vitest": "^2.1.4",
"wrangler": "^3.86.0"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"scripts": {
"admin:build": "pnpm --filter admin build",
"admin:dev": "pnpm --filter admin dev",
"api:deploy": "pnpm --filter api deploy",
"api:deploy": "pnpm --filter api workers:deploy",
"api:dev": "pnpm --filter api dev",
"build": "turbo build",
"build-storybook": "storybook build",
Expand Down

0 comments on commit 3e7ca8f

Please sign in to comment.