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 2c1ea0c commit 9be8100Copy full SHA for 9be8100
package.json
@@ -14,7 +14,7 @@
14
"deploy:all": "yarn script:build-layer; yarn tf:apply",
15
"update:all": "yarn tf:destroy -auto-approve; yarn deploy:all",
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"
+ "graph": "cd terraform; terraform graph | blast-radius --svg > ../docs/graph.svg; terraform graph | blast-radius --json > ../docs/graph.json"
18
},
19
"repository": {
20
"type": "git",
0 commit comments