Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
Change build to use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjark committed May 28, 2018
1 parent eb6bde5 commit b9f8b10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Expand Up @@ -19,11 +19,11 @@ general:
dependencies:
pre:
# install dependencies
- npm install -g gulp
- npm install -g typescript
- yarn install -g gulp
- yarn install -g typescript
post:
# compile typescript
- npm run build:ts
- yarn run build:ts

test:
pre:
Expand Down

0 comments on commit b9f8b10

Please sign in to comment.