Skip to content

Commit

Permalink
Fix download spec command
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Dec 20, 2024
1 parent 3edf818 commit 599c756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ssz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test:spec-static-minimal": "LODESTAR_PRESET=minimal vitest run --dir test/spec/ test/spec/ssz_static.test.ts",
"test:spec-static-mainnet": "LODESTAR_PRESET=mainnet vitest run --dir test/spec/ test/spec/ssz_static.test.ts",
"test:spec-eip-4881": "vitest run --dir test/spec/ test/spec/eip-4881/**/*.test.ts",
"download-spec-tests": "node -r ts-node/register test/spec/downloadTests.ts"
"download-spec-tests": "node --loader ts-node/esm test/spec/downloadTests.ts"
},
"dependencies": {
"@chainsafe/as-sha256": "0.5.0",
Expand Down

0 comments on commit 599c756

Please sign in to comment.