Skip to content

Commit

Permalink
add NODE_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Jul 31, 2024
1 parent 9724ec5 commit 91dc6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ bun run pub
### Deployment

```
bun run hardhat --network <network_name> deploy
NODE_OPTIONS='--experimental-loader ts-node/esm/transpile-only' bun run hardhat --network <network_name> deploy
```

Full list of available networks for deployment is [here](hardhat.config.cts#L38).
Expand Down

0 comments on commit 91dc6b3

Please sign in to comment.