Skip to content

Commit

Permalink
feat(ci): copy and move folders to be ready for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorainville committed Feb 22, 2018
1 parent e8c8e67 commit ea8b089
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,8 @@ jobs:
- run: cd ./demo/ && npm run e2e
- run: cd ./demo/ && npm run build

- run: rm -rf ./docs/
- run: mv ./demo/dist/ ./docs/
- run: cp ./public/demo.html ./dist

- run: git status

0 comments on commit ea8b089

Please sign in to comment.