Skip to content

Commit

Permalink
update circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Jul 8, 2018
1 parent d30a0ff commit 4929110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
steps:
- checkout
- run: npm install
- run: npm install -g bower
- run: npm install -g gulp
- run: sudo npm install -g bower
- run: sudo npm install -g gulp
- run: bower install
- run: gulp clean build
publish_daily_build:
Expand Down

0 comments on commit 4929110

Please sign in to comment.