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

Commit 97f860a

Browse files
authored
build: switch to yarn (#18)
1 parent 6408f9b commit 97f860a

File tree

4 files changed

+6915
-8208
lines changed

4 files changed

+6915
-8208
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ env:
55
global:
66
- FORCE_COLOR=1
77

8-
cache:
9-
directories:
10-
- ~/.npm
8+
cache: yarn
119

1210
script:
13-
- npm run prettier
14-
- npm run build
11+
- yarn run prettier
12+
- yarn run build
1513

1614
deploy:
1715
- provider: script
1816
skip_cleanup: true
19-
script: npm run semantic-release
17+
script: yarn run semantic-release

0 commit comments

Comments
 (0)