Skip to content

Commit

Permalink
Removed graph-cli global from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmardefago committed Apr 4, 2022
1 parent 4d4018a commit abc34a5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-production-subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
with:
node-version: '14'
registry-url: https://registry.npmjs.org
- name: yarn add @graphprotocol/[email protected]
run: yarn add @graphprotocol/[email protected]
- name: yarn add ts-node
run: yarn add ts-node
- name: yarn install
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy-staging-subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
with:
node-version: '14'
registry-url: https://registry.npmjs.org
- name: yarn add @graphprotocol/[email protected]
run: yarn add @graphprotocol/[email protected]
- name: yarn add ts-node
run: yarn add ts-node
- name: yarn install
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy-testnet-subgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
with:
node-version: '14'
registry-url: https://registry.npmjs.org
- name: yarn add @graphprotocol/[email protected]
run: yarn add @graphprotocol/[email protected]
- name: yarn add ts-node
run: yarn add ts-node
- name: yarn install
Expand Down

0 comments on commit abc34a5

Please sign in to comment.