Skip to content

Commit

Permalink
cdk destroy command correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Deza committed Oct 23, 2023
1 parent 78e0757 commit d7ecf3e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/pretty-flies-smell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"gboost": patch
---

infra: cdk destroy command correction
2 changes: 1 addition & 1 deletion examples/widgets-dynamo/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"deploy:local": "cdk deploy \"**\" --require-approval never",
"deploy:pipeline": "cdk --app \"./node_modules/.bin/ts-node src/pipeline/pipeline-app.ts\" deploy \"*\"",
"destroy:local": "cdk destroy --force \"**\"",
"destroy:pipeline": "cdk --app \"./node_modules/.bin/ts-node src/pipeline/pipeline-app.ts\" --force destroy \"*\"",
"destroy:pipeline": "cdk --app \"./node_modules/.bin/ts-node src/pipeline/pipeline-app.ts\" destroy --force \"*\"",
"lint": "eslint \"src/**/*.ts\"",
"test": "vitest run --passWithNoTests",
"watch:api": "cdk watch \"*/api\" --hotswap-fallback --exclusively",
Expand Down
2 changes: 1 addition & 1 deletion packages/gboost/templates/crud-core/infra/package.json.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"deploy:local": "cdk deploy \"**\" --require-approval never --no-rollback",
"deploy:pipeline": "cdk --app \"./node_modules/.bin/tsx src/pipeline/pipeline-app.ts\" deploy \"*\" --no-rollback",
"destroy:local": "cdk destroy --force \"**\"",
"destroy:pipeline": "cdk --app \"./node_modules/.bin/tsx src/pipeline/pipeline-app.ts\" --force destroy \"*\"",
"destroy:pipeline": "cdk --app \"./node_modules/.bin/tsx src/pipeline/pipeline-app.ts\" destroy --force \"*\"",
"lint": "eslint \"src/**/*.ts\"",
"test": "vitest run",
"watch": "cdk watch --hotswap-fallback --exclusively",
Expand Down
2 changes: 1 addition & 1 deletion packages/gboost/templates/minimal/infra/package.json.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"deploy:local": "cdk deploy \"**\" --require-approval never --no-rollback",
"deploy:pipeline": "cdk --app \"./node_modules/.bin/tsx src/pipeline/pipeline-app.ts\" deploy \"*\" --no-rollback",
"destroy:local": "cdk destroy --force \"**\"",
"destroy:pipeline": "cdk --app \"./node_modules/.bin/tsx src/pipeline/pipeline-app.ts\" --force destroy \"*\"",
"destroy:pipeline": "cdk --app \"./node_modules/.bin/tsx src/pipeline/pipeline-app.ts\" destroy --force \"*\"",
"lint": "eslint \"src/**/*.ts\"",
"test": "vitest run",
"watch": "cdk --watch",
Expand Down

0 comments on commit d7ecf3e

Please sign in to comment.