Skip to content

Commit

Permalink
fix(deps): Install react-styleguidist 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitlab-CI committed Sep 13, 2018
1 parent a55e7a3 commit ee1718f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
- version=$(git describe --tags `git rev-list --tags --max-count=1`)
- echo "Documentation version $version"
- git checkout refs/tags/${version}
- npm install --only-prod
- chmod +x styleguide/prepare.sh
- styleguide/prepare.sh
- ./styleguide/prepare.sh
- npm run styleguide:build
deploy:
- provider: pages
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@yeutech-lab/rollup-umd-documentation": "^2.3.20",
"cz-conventional-changelog": "^2.1.0",
"pre-commit": "^1.2.2",
"react-styleguidist": "7.1.1",
"semantic-release": "^15.9.1",
"toctoc": "^0.3.0",
"webpack": "^4.16.1"
Expand Down
Empty file modified styleguide/prepare.sh
100644 → 100755
Empty file.

0 comments on commit ee1718f

Please # to comment.