mirror of
https://github.com/pezkuwichain/pezkuwi-subquery.git
synced 2026-04-22 05:27:57 +00:00
Fix subql commands: use correct CLI syntax for codegen and build
This commit is contained in:
@@ -72,7 +72,7 @@ jobs:
|
||||
run: yarn install --immutable
|
||||
|
||||
- name: Generate types
|
||||
run: yarn codegen -f pezkuwi.yaml
|
||||
run: ./node_modules/.bin/subql codegen pezkuwi.yaml
|
||||
|
||||
- name: TypeScript check
|
||||
run: yarn tsc --noEmit
|
||||
|
||||
Reference in New Issue
Block a user