Skip to content

Commit

Permalink
wip ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NanezX committed Nov 3, 2023
1 parent b9373ca commit e7c2d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subgraph/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
kill -9 $(lsof -t -i :8545)
'');

gen-subgraph-schema = pkgs.writeShellScriptBin "gen-subgraph-schema" (gen-sg-schema)
gen-subgraph-schema = pkgs.writeShellScriptBin "gen-subgraph-schema" (gen-sg-schema);

ci-test = pkgs.writeShellScriptBin "ci-test" (''
# # This build is for generate the schema.json.
Expand Down

0 comments on commit e7c2d39

Please sign in to comment.