Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: 🐛 ordering is hard
Browse files Browse the repository at this point in the history
  • Loading branch information
ecxyzzy committed Oct 16, 2023
1 parent ae66b71 commit c37c1dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "MIT",
"type": "module",
"scripts": {
"cdk-app": "cdk --app 'npx tsx bronya.config.ts' --require-approval never --force",
"cdk-app": "cdk --app 'npx tsx bronya.config.ts' --force --require-approval never",
"dev": "bunny dev-api"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions tools/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"license": "MIT",
"type": "module",
"scripts": {
"docs": "cdk --app 'npx tsx src/app/docs.ts' --require-approval never --force",
"services": "cdk --app 'npx tsx src/app/services.ts' --require-approval never --force"
"docs": "cdk --app 'npx tsx src/app/docs.ts' --force --require-approval never",
"services": "cdk --app 'npx tsx src/app/services.ts' --force --require-approval never"
},
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.408.0",
Expand Down

0 comments on commit c37c1dc

Please sign in to comment.