Skip to content

Commit

Permalink
add packages.txt to github pages (#1520)
Browse files Browse the repository at this point in the history
add packages.txt to github pages
  • Loading branch information
Sam Goodwin authored Jan 11, 2019
1 parent 644ebf5 commit dac9bfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ set -euo pipefail
# render docs to docs/dist
(cd docs && bash ./build-docs.sh)

lerna ls > docs/dist/packages.txt

# deploy output to 'pack/docs'
rm -fr dist/docs
mkdir dist/docs
Expand Down

0 comments on commit dac9bfa

Please sign in to comment.