Skip to content

Commit

Permalink
Fix broken build:edr script
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Aug 21, 2024
1 parent e183c79 commit 176e83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"repository": "github:NomicFoundation/edr",
"scripts": {
"build": "tsc --build --force --incremental . && pnpm run build:edr",
"build:edr": "cd ../crates/edr_napi",
"build:edr": "cd ../crates/edr_napi && pnpm build",
"clean": "rimraf build-test tsconfig.tsbuildinfo test/internal/hardhat-network/provider/.hardhat_node_test_cache test/internal/hardhat-network/stack-traces/test-files/artifacts",
"eslint": "eslint '**/*.ts'",
"lint": "pnpm prettier && pnpm eslint",
Expand Down

0 comments on commit 176e83c

Please sign in to comment.