Skip to content

Commit 151e27c

Browse files
committed
chore(page): add
1 parent f5ca6cd commit 151e27c

18 files changed

+31410
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"tf:destroy": "cd terraform; terraform destroy -var-file ./config/terraform.tfvars",
1414
"deploy:all": "yarn script:build-layer; yarn tf:apply",
1515
"update:all": "yarn tf:destroy -auto-approve; yarn deploy:all",
16-
"cleanup": "rm -rf lambda/dist/*"
16+
"cleanup": "rm -rf lambda/dist/*",
17+
"graph": "cd terraform; terraform graph | blast-radius --svg > ../page/graph.svg; terraform graph | blast-radius --json > ../page/graph.json"
1718
},
1819
"repository": {
1920
"type": "git",

0 commit comments

Comments
 (0)