Skip to content

Commit

Permalink
Added build-dist and check-lockfile to Circle (#390)
Browse files Browse the repository at this point in the history
Until we get Travis as stable as Circle I rely on Circle green badge when accepting PRs.
This change adds the 2 missing commands to Circle.
  • Loading branch information
bestander authored and Sebastian McKenzie committed Sep 21, 2016
1 parent d148780 commit b52b7c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ test:
- nvm use 6 && nvm alias default 6
- node -v
- npm run test-ci
- npm run build-dist
- npm run check-lockfile

deployment:
release:
tag: /v[0-9]+(\.[0-9]+)*/
Expand Down

0 comments on commit b52b7c5

Please sign in to comment.