Skip to content

Commit

Permalink
chore: disable ci flag to bootstrap loopback.io as it doesn't have pa…
Browse files Browse the repository at this point in the history
…ckage-lock.json
  • Loading branch information
raymondfeng committed Jun 12, 2019
1 parent ef92002 commit 5cb5927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-docs-site.sh
Expand Up @@ -32,7 +32,7 @@ rm -rf sandbox/loopback.io/
git clone --depth 1 https://github.com/strongloop/loopback.io.git sandbox/loopback.io

# Add loopback.io-workflow-scripts with @loopback/docs linked
lerna bootstrap --scope loopback.io-workflow-scripts --include-filtered-dependencies
lerna bootstrap --no-ci --scope loopback.io-workflow-scripts --include-filtered-dependencies

pushd $REPO_ROOT/sandbox/loopback.io/ >/dev/null

Expand Down

0 comments on commit 5cb5927

Please sign in to comment.