Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #179 from kodadot/uniform
Browse files Browse the repository at this point in the history
Uniform
  • Loading branch information
vikiival authored May 28, 2023
2 parents 7111ef8 + c4c2ed4 commit f1beb42
Show file tree
Hide file tree
Showing 37 changed files with 2,643 additions and 118 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/node_modules
/lib
/builds

/**Versions.jsonl

Expand Down
7 changes: 4 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
default := 'squid'
types := 'typegen'

set dotenv-load

Expand Down Expand Up @@ -30,8 +31,8 @@ build:
codegen:
npx squid-typeorm-codegen

typegen: ksmVersion
npx squid-substrate-typegen typegen.json
typegen TAG=types:
npx squid-substrate-typegen {{TAG}}.json

ksmVersion: explore

Expand Down Expand Up @@ -75,7 +76,7 @@ exec:
docker exec -it snek-db-1 psql -U postgres -d squid

brutal TAG=default:
npx sqd deploy —hard -m {{TAG}}.yaml .
npx sqd deploy -r -m {{TAG}}.yaml .

update-deps:
npx npm-check-updates -u
Expand Down
Loading

0 comments on commit f1beb42

Please sign in to comment.