mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
storebytecode: Init the current dir as a package before installing npm packages
- Does not work on npm 5 without it.
This commit is contained in:
parent
114be164aa
commit
a52b4177a9
@ -55,6 +55,7 @@ TMPDIR=$(mktemp -d -t storebytecode_XXXXXX)
|
||||
popd
|
||||
|
||||
cp "${SCRIPT_DIR}/prepare_report.js" .
|
||||
npm init --yes
|
||||
npm install ./solc-js/dist
|
||||
|
||||
echo "Running the compiler..."
|
||||
|
Loading…
Reference in New Issue
Block a user