Skip to content

Commit

Permalink
fix: correct commands
Browse files Browse the repository at this point in the history
  • Loading branch information
klaascuvelier committed Oct 6, 2023
1 parent a1421c8 commit 6e851c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx-cloudflare-wrangler/src/executors/wrangler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function runWranglerCommandForProject(
| WorkerDeployExecutorSchema
| PagesDeployExecutorSchema,
context: ExecutorContext,
command: 'dev' | 'publish' | 'pages publish' | 'pages dev'
command: 'dev' | 'publish' | 'pages deploy' | 'pages dev'
) {
const { projectName, target } = context;

Expand Down

0 comments on commit 6e851c6

Please sign in to comment.