Skip to content

Commit

Permalink
fix: use symlinked docs package
Browse files Browse the repository at this point in the history
Add @loopback/docs as a filter option when running `lerna
bootstrap` for loopback.io in order to see changes in local
docs package live after running `npm run build:site`.

Co-authored-by: Raymond Feng <cyberfeng@gmail.com>
  • Loading branch information
Biniam Admikew and raymondfeng committed May 29, 2019
1 parent 10259b2 commit c5eb4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-docs-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rm -rf sandbox/loopback.io/
git clone --depth 1 https://github.com/strongloop/loopback.io.git sandbox/loopback.io

# Bootstrap the `loopback.io` package
lerna bootstrap --scope loopback.io-workflow-scripts
lerna bootstrap --scope loopback.io-workflow-scripts --scope @loopback/docs

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

Expand Down

0 comments on commit c5eb4d5

Please sign in to comment.