We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171195f commit f43e835Copy full SHA for f43e835
eburger/main.py
@@ -169,11 +169,11 @@ def main():
169
)
170
except FileNotFoundError:
171
run_command(
172
- construct_sourceable_nvm_string("npx hardhat clean"),
+ "./node_modules/.bin/hardhat clean",
173
directory=settings.project_root,
174
175
176
- construct_sourceable_nvm_string("npx hardhat compile --force"),
+ "./node_modules/.bin/hardhat compile --force",
177
178
live_output=args.debug,
179
0 commit comments