Temporarily use a custom fork of lodash-cli.

This commit is contained in:
Benjamin Tan
2020-07-26 19:37:20 +08:00
parent 5d046f39cb
commit 846e434c7a

View File

@@ -87,10 +87,10 @@ install:
# Install packages. # Install packages.
- yarn - yarn
# Use lodash-cli from GitHub. # Use lodash-cli from GitHub. Temporarily use a fork.
- git clone --depth=10 --branch=master git://github.com/lodash/lodash-cli ./node_modules/lodash-cli - git clone --depth=10 --branch=master git://github.com/bnjmnt4n/lodash-cli ./node_modules/lodash-cli
- mkdir -p ./node_modules/lodash-cli/node_modules/lodash; cd $_; cp ../../../../lodash.js ./lodash.js; cp ../../../../package.json ./package.json - cd ./node_modules/lodash-cli/; npm i --production; cd ../../
- cd ../../; 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 ../../../../
script: script:
# Detect code coverage. # Detect code coverage.