Fix subql CLI syntax and remove non-existent validate command

This commit is contained in:
2026-02-13 01:48:50 +03:00
parent 15eeb16cd4
commit 62550b442b
3 changed files with 4 additions and 10 deletions
+1 -7
View File
@@ -29,10 +29,4 @@ jobs:
run: ./node_modules/.bin/subql codegen pezkuwi.yaml
- name: Build
run: ./node_modules/.bin/subql build -f pezkuwi.yaml
- name: Validate Pezkuwi Relay
run: ./node_modules/.bin/subql validate -f pezkuwi.yaml
- name: Validate Pezkuwi Asset Hub
run: ./node_modules/.bin/subql validate -f pezkuwi-assethub.yaml
run: ./node_modules/.bin/subql build pezkuwi.yaml