diff --git a/.github/workflows/tests-l1.yaml b/.github/workflows/tests-l1.yaml index b6bce9ff..02fdc0b9 100644 --- a/.github/workflows/tests-l1.yaml +++ b/.github/workflows/tests-l1.yaml @@ -24,8 +24,6 @@ jobs: run: yarn install # Run scripts - - name: Prep NO IPFS - run: ./node_modules/.bin/mustache ./config/no-ipfs.json ./src/mappings/helpers/metadata.template.ts > ./src/mappings/helpers/metadata.ts - name: Prep addressess run: ./node_modules/.bin/ts-node config/testAddressesL1.ts && ./node_modules/.bin/mustache ./config/generatedAddresses.json ./config/addresses.template.ts > ./config/addresses.ts - name: Prep test L1 diff --git a/package.json b/package.json index 5267e2d8..5142cc96 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,8 @@ "test-l2": "yarn prepare:test-l2 && yarn test", "prep:addresses:test:l1": "ts-node config/testAddressesL1.ts && mustache ./config/generatedAddresses.json ./config/addresses.template.ts > ./config/addresses.ts", "prep:addresses:test:l2": "ts-node config/testAddressesL2.ts && mustache ./config/generatedAddresses.json ./config/addresses.template.ts > ./config/addresses.ts", - "prepare:test-l1": "yarn prep:no-ipfs && yarn prep:addresses:test:l1 && mustache ./config/generatedAddresses.json subgraph.template.yaml > subgraph.yaml && graph codegen --output-dir src/types/", - "prepare:test-l2": "yarn prep:no-ipfs && yarn prep:addresses:test:l2 && mustache ./config/generatedAddresses.json subgraph.template.yaml > subgraph.yaml && graph codegen --output-dir src/types/" + "prepare:test-l1": "yarn && yarn prep:addresses:test:l1 && mustache ./config/generatedAddresses.json subgraph.template.yaml > subgraph.yaml && graph codegen --output-dir src/types/", + "prepare:test-l2": "yarn && yarn prep:addresses:test:l2 && mustache ./config/generatedAddresses.json subgraph.template.yaml > subgraph.yaml && graph codegen --output-dir src/types/" }, "devDependencies": { "@graphprotocol/contracts": "^5.2.1",