Skip to content

Commit

Permalink
build update
Browse files Browse the repository at this point in the history
  • Loading branch information
yeojz committed Sep 4, 2017
1 parent 884d034 commit e6b1d4f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@ deployment:
- yarn run clean
- yarn run build
- echo -e "$NPM_USER\n$NPM_PASS\n$NPM_EMAIL" | npm login
- cd ./dist
- pwd
- npm publish
- cd ./dist && npm publish
- npm logout
- cd ..
- git config --global user.email $CI_DEPLOY_EMAIL
- git config --global user.name $CI_DEPLOY_NAME
- yarn deploy-gh-pages

0 comments on commit e6b1d4f

Please sign in to comment.