File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ if [ -d "build" ]; then
1010fi
1111
1212# Run build to generate deployable version
13- graph build
13+ graph build
Original file line number Diff line number Diff line change 2828mustache $CONFIG_FILE $SUBGRAPH_TEMPLATE > subgraph.yaml
2929
3030# Run codegen to generate Types
31- graph codegen
31+ graph codegen
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ GENERATED_FILE="subgraph.yaml"
2525if [[ $DEBUG = false && -f $GENERATED_FILE ]]; then
2626 echo " Cleaning generated file"
2727 rm $GENERATED_FILE
28- fi
28+ fi
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ GENERATED_FILE="subgraph.yaml"
1919if [[ $DEBUG = false && -f $GENERATED_FILE ]]; then
2020 echo " Cleaning generated file"
2121 rm $GENERATED_FILE
22- fi
22+ fi
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ SUBGRAPH_TEMPLATE=subgraph-$TYPE.template.yaml
2222CONFIG_FILE=config/$NETWORK .json
2323
2424if [ ! -f " $CONFIG_FILE " ]; then echo " Config $CONFIG_FILE file does not exist." ; exit 1; fi
25- if [ ! -f " $SUBGRAPH_TEMPLATE " ]; then echo " Template $SUBGRAPH_TEMPLATE file does not exist." ; exit 1; fi
25+ if [ ! -f " $SUBGRAPH_TEMPLATE " ]; then echo " Template $SUBGRAPH_TEMPLATE file does not exist." ; exit 1; fi
You can’t perform that action at this time.
0 commit comments