Skip to content

Commit 4ebf0c0

Browse files
committed
Disable husky install
Editing git commit hooks without direct user interaction is beyond the pale and represents just how little respect the javascript ecosystem has for the basic principle of 'do no harm'
1 parent dc2a123 commit 4ebf0c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To run the test simply have docker installed and run.
3131

3232
in the `solidity` folder
3333

34-
Run `npm install`, then `npm run typechain`.
34+
Run `HUSKY_SKIP_INSTALL=1 npm install`, then `npm run typechain`.
3535

3636
Run `npm run evm` in a separate terminal and then
3737

tests/container-scripts/solidity-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pushd /peggy/solidity/
55
rm -rf node_modules
6-
npm install
6+
HUSKY_SKIP_INSTALL=1 npm install
77
npm run typechain
88
npm run evm &
99
npm run test

0 commit comments

Comments
 (0)