Skip to content

Commit e1d78af

Browse files
chore: CICD
1 parent cf03af0 commit e1d78af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/sam-basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": "sam build",
77
"deploy": "npm run build && sam deploy --config-env test --no-confirm-changeset && npm run export_outputs",
88
"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"
9+
"destroy": "sam delete --config-env test --no-prompts"
1010
},
1111
"devDependencies": {
1212
"@tsconfig/node20": "^20.1.4",
@@ -15,4 +15,4 @@
1515
"dependencies": {
1616
"@aws-sdk/client-sts": "^3.577.0"
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)