Skip to content

Commit

Permalink
Remove idl hash
Browse files Browse the repository at this point in the history
  • Loading branch information
adhityamamallan committed Jul 25, 2024
1 parent 689baa1 commit 09d7cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start -p ${CADENCE_WEB_PORT-8088}",
"lint": "next lint",
"typecheck": "tsc --noemit",
"install-idl": "mkdir -p node_modules && cd node_modules && npx --yes tiged https:/uber/cadence-idl#0482c040f91d17be35cccee2bc1cf883f7344992 cadence-idl --force",
"install-idl": "mkdir -p node_modules && cd node_modules && npx --yes tiged https:/uber/cadence-idl cadence-idl --force",
"generate:idl": "mkdir -p src/__generated__/idl && npm run generate:idl:proto && npm run generate:idl:proto:types",
"generate:idl:proto": "rm -rf src/__generated__/idl/proto && cp -R node_modules/cadence-idl/proto src/__generated__/idl/proto",
"generate:idl:proto:types": "rm -rf src/__generated__/proto-ts && ./node_modules/.bin/proto-loader-gen-types --includeDirs=src/__generated__/idl/proto/ --enums=String --longs=Number --defaults --inputTemplate='%s__Input' --outputTemplate='%s' --oneofs --grpcLib=@grpc/grpc-js --outDir=src/__generated__/proto-ts/ $(npx glob --all --nodir --cwd=src/__generated__/idl/proto **/*.proto) ",
Expand Down

0 comments on commit 09d7cbb

Please sign in to comment.