Skip to content

Commit

Permalink
Updated CircleCI add global browserify
Browse files Browse the repository at this point in the history
  • Loading branch information
kolarski committed Jun 16, 2019
1 parent 3fe5a31 commit d9043a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
- attach_workspace:
at: ~/repo

- run:
name: Install browserify
command: yarn global add browserify
- run:
name: Browserify TypeScript code
command: yarn browserify
Expand Down

0 comments on commit d9043a0

Please sign in to comment.