Skip to content

Commit

Permalink
fix buildspec
Browse files Browse the repository at this point in the history
  • Loading branch information
claudio-petrini committed Feb 24, 2020
1 parent 03b4b85 commit 4f86fce
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ phases:
commands:
- npm install
- npm run docgen
- cd docs
- mkdir devices
- cd assets
- mkdir devices
- cd ../../
- cd website
- echo Installing source NPM dependencies...
- if [ "$DEPLOY_ENV" == "production" ]; then mv sidebars.json.prod sidebars.json; fi
Expand Down

0 comments on commit 4f86fce

Please sign in to comment.