Skip to content

Commit

Permalink
fix: cd path
Browse files Browse the repository at this point in the history
  • Loading branch information
roderik committed Mar 8, 2024
1 parent 2427e86 commit 44ffec0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ subgraph:
echo "You have not launched a graph middleware for this smart contract set, aborting..."; \
exit 1; \
else \
cd subgraph && pnpm graph create --node $${BTP_MIDDLEWARE} $${BTP_SCS_NAME}; \
cd subgraph && pnpm graph deploy --version-label v1.0.$$(date +%s) --node $${BTP_MIDDLEWARE} --ipfs $${BTP_IPFS}/api/v0 $${BTP_SCS_NAME} generated/solidity-token-erc20.subgraph.yaml; \
cd subgraph; \
pnpm graph create --node $${BTP_MIDDLEWARE} $${BTP_SCS_NAME}; \
pnpm graph deploy --version-label v1.0.$$(date +%s) --node $${BTP_MIDDLEWARE} --ipfs $${BTP_IPFS}/api/v0 $${BTP_SCS_NAME} generated/solidity-token-erc20.subgraph.yaml; \
fi

help:
Expand Down

0 comments on commit 44ffec0

Please sign in to comment.