mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Remove chatty npm update from lodash-cli in travis.
This commit is contained in:
@@ -81,8 +81,7 @@ before_install:
|
|||||||
# Restore lodash-cli.
|
# Restore lodash-cli.
|
||||||
- "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/lodash/lodash-cli ./node_modules/lodash-cli"
|
||||||
- "mv ./tmp/lodash-cli/node_modules ./node_modules/lodash-cli/node_modules || true"
|
- "mv ./tmp/lodash-cli/node_modules ./node_modules/lodash-cli/node_modules || true"
|
||||||
- "cd ./node_modules/lodash-cli"
|
- "cd ./node_modules/lodash-cli && npm prune"
|
||||||
- "npm prune && npm update"
|
|
||||||
- "mkdir -p ./node_modules/lodash && cd $_ && cp ../../../../lodash.js ./lodash.js && cp ../../../../package.json ./package.json"
|
- "mkdir -p ./node_modules/lodash && cd $_ && cp ../../../../lodash.js ./lodash.js && cp ../../../../package.json ./package.json"
|
||||||
- "cd ../../ && rm -rf .git && npm i --production && cd ../../"
|
- "cd ../../ && rm -rf .git && npm i --production && cd ../../"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user