File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,10 +87,10 @@ install:
8787 # Install packages.
8888 - yarn
8989
90- # Use lodash-cli from GitHub.
91- - git clone --depth=10 --branch=master git://github.com/lodash /lodash-cli ./node_modules/lodash-cli
92- - mkdir -p ./node_modules/lodash-cli/node_modules/lodash; cd $_; cp ../../../../lodash.js ./lodash.js; cp ../../../../package.json ./package.json
93- - cd ../../; npm i --production ; cd ../../
90+ # Use lodash-cli from GitHub. Temporarily use a fork.
91+ - git clone --depth=10 --branch=master git://github.com/bnjmnt4n /lodash-cli ./node_modules/lodash-cli
92+ - cd ./node_modules/lodash-cli/; npm i --production; cd ../../
93+ - mkdir -p ./node_modules/lodash-cli/node_modules/lodash; cd $_; cp ../../../../lodash.js ./lodash.js; cp ../../../../package.json ./package.json ; cd ../../ ../../
9494
9595script :
9696 # Detect code coverage.
You can’t perform that action at this time.
0 commit comments