Skip to content

Commit

Permalink
added cd and publish in single step
Browse files Browse the repository at this point in the history
  • Loading branch information
yeojz committed May 10, 2017
1 parent 5e02e0e commit 530cd08
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 @@ -22,9 +22,6 @@ deployment:
- npm run build:lib
- echo -e "$NPM_USER\n$NPM_PASS\n$NPM_EMAIL" | npm login
- npm publish
- npm logout
- npm run build:engine
- cd jsx-render-engine
- echo -e "$NPM_USER\n$NPM_PASS\n$NPM_EMAIL" | npm login
- npm publish
- cd jsx-render-engine && npm publish
- npm logout

0 comments on commit 530cd08

Please sign in to comment.