Skip to content

Commit

Permalink
chore: add deploy example to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparkallas committed Sep 12, 2024
1 parent cbbc8d8 commit acc235a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"generate-sf-meta": "./tasks/getSFMeta.sh",
"generate-sf-meta-local": "COMMIT_HASH=local CONFIGURATION=local BRANCH=local TAG=local ./tasks/getSFMeta.sh",
"check-updates": "ncu --target minor --dep prod,dev",
"cloc": "cloc src"
"cloc": "cloc src",
"example:deploy-to-goldsky": "GOLDSKY_API_KEY=${YOUR_API_KEY} bash ./tasks/deploy.sh -o goldsky -n ${NETWORK} -r ${TAG} -v ${VERSION}"
}
}

0 comments on commit acc235a

Please sign in to comment.