Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Commit

Permalink
build: switch to yarn (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder authored Oct 4, 2018
1 parent 6408f9b commit 97f860a
Show file tree
Hide file tree
Showing 4 changed files with 6,915 additions and 8,208 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ env:
global:
- FORCE_COLOR=1

cache:
directories:
- ~/.npm
cache: yarn

script:
- npm run prettier
- npm run build
- yarn run prettier
- yarn run build

deploy:
- provider: script
skip_cleanup: true
script: npm run semantic-release
script: yarn run semantic-release
Loading

0 comments on commit 97f860a

Please sign in to comment.