Skip to content

Commit 9be8100

Browse files
committed
fix(script): graph
1 parent 2c1ea0c commit 9be8100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"deploy:all": "yarn script:build-layer; yarn tf:apply",
1515
"update:all": "yarn tf:destroy -auto-approve; yarn deploy:all",
1616
"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"
17+
"graph": "cd terraform; terraform graph | blast-radius --svg > ../docs/graph.svg; terraform graph | blast-radius --json > ../docs/graph.json"
1818
},
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)