File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,10 +87,10 @@ install:
87
87
# Install packages.
88
88
- yarn
89
89
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 ../../ ../../
94
94
95
95
script :
96
96
# Detect code coverage.
You can’t perform that action at this time.
0 commit comments