mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Adds a workaround for truffle npm issue.
This commit is contained in:
parent
77a3d08a87
commit
9d6ffb7c0f
@ -65,7 +65,7 @@ function test_truffle
|
|||||||
fi
|
fi
|
||||||
cd ext
|
cd ext
|
||||||
echo "Current commit hash: `git rev-parse HEAD`"
|
echo "Current commit hash: `git rev-parse HEAD`"
|
||||||
npm install
|
npm ci
|
||||||
# Replace solc package by v0.5.0
|
# Replace solc package by v0.5.0
|
||||||
for d in node_modules node_modules/truffle/node_modules
|
for d in node_modules node_modules/truffle/node_modules
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user