We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf03af0 commit e1d78afCopy full SHA for e1d78af
test/sam-basic/package.json
@@ -6,7 +6,7 @@
6
"build": "sam build",
7
"deploy": "npm run build && sam deploy --config-env test --no-confirm-changeset && npm run export_outputs",
8
"export_outputs": "aws cloudformation describe-stacks --stack-name lld-test-sam-basic --output json --query Stacks[0].Outputs > sam-outputs.json",
9
- "destroy": "sam delete --config-env test"
+ "destroy": "sam delete --config-env test --no-prompts"
10
},
11
"devDependencies": {
12
"@tsconfig/node20": "^20.1.4",
@@ -15,4 +15,4 @@
15
"dependencies": {
16
"@aws-sdk/client-sts": "^3.577.0"
17
}
18
-}
+}
0 commit comments