mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Use semicolons in place of &&.
This commit is contained in:
@@ -80,8 +80,8 @@ install:
|
|||||||
|
|
||||||
# Use lodash-cli from GitHub.
|
# Use lodash-cli from GitHub.
|
||||||
- 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
|
||||||
- mkdir -p ./node_modules/lodash-cli/node_modules/lodash && cd $_ && cp ../../../../lodash.js ./lodash.js && cp ../../../../package.json ./package.json
|
- mkdir -p ./node_modules/lodash-cli/node_modules/lodash; cd $_; cp ../../../../lodash.js ./lodash.js; cp ../../../../package.json ./package.json
|
||||||
- cd ../../ && npm i --production && cd ../../
|
- cd ../../; npm i --production; cd ../../
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# Detect code coverage.
|
# Detect code coverage.
|
||||||
@@ -98,7 +98,8 @@ script:
|
|||||||
- |
|
- |
|
||||||
if [ $ISTANBUL = false ]; then
|
if [ $ISTANBUL = false ]; then
|
||||||
node ./node_modules/lodash-cli/bin/lodash -o ./dist/lodash.js
|
node ./node_modules/lodash-cli/bin/lodash -o ./dist/lodash.js
|
||||||
node ./node_modules/lodash-cli/bin/lodash modularize exports=node -o ./ && node ./node_modules/lodash-cli/bin/lodash -d -o ./lodash.js
|
node ./node_modules/lodash-cli/bin/lodash modularize exports=node -o ./
|
||||||
|
node ./node_modules/lodash-cli/bin/lodash -d -o ./lodash.js
|
||||||
if [ $SAUCE_LABS = false ]; then
|
if [ $SAUCE_LABS = false ]; then
|
||||||
cd ./test
|
cd ./test
|
||||||
$BIN $OPTION ./test.js ../lodash.js
|
$BIN $OPTION ./test.js ../lodash.js
|
||||||
|
|||||||
Reference in New Issue
Block a user