We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
lodash-cli
1 parent5d046f3 commit846e434Copy full SHA for 846e434
.travis.yml
@@ -87,10 +87,10 @@ install:
87
# Install packages.
88
-yarn
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 ../../
+# Use lodash-cli from GitHub. Temporarily use a fork.
+ -git clone --depth=10 --branch=master git://github.com/bnjmnt4n/lodash-cli ./node_modules/lodash-cli
+ -cd./node_modules/lodash-cli/; npm i --production; cd ../../
+ -mkdir -p ./node_modules/lodash-cli/node_modules/lodash;cd$_; cp../../../../lodash.js ./lodash.js; cp ../../../../package.json ./package.json; cd../../../../
94
95
script:
96
# Detect code coverage.