Skip to content

Commit

Permalink
use dlx here
Browse files Browse the repository at this point in the history
  • Loading branch information
mojotalantikite committed Jan 8, 2025
1 parent 84286ab commit 0fb2604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"type": "module",
"scripts": {
"build": "pnpm esbuild src/app.ts --bundle --platform=node --outfile=build/app.js --format=esm --external:aws-cdk-lib --external:constructs",
"build": "pnpm dlx esbuild src/app.ts --bundle --platform=node --outfile=build/app.js --format=esm --external:aws-cdk-lib --external:constructs",
"synth": "pnpm build && cdk synth",
"deploy:dev": "pnpm build && cdk deploy --context stage=dev '*'",
"deploy:prod": "pnpm build && cdk deploy --context stage=prod '*'",
Expand Down

0 comments on commit 0fb2604

Please sign in to comment.