Skip to content

Commit c20a869

Browse files
committed
change from npm to yarn
1 parent f0fe9fb commit c20a869

File tree

5 files changed

+6122
-5431
lines changed

5 files changed

+6122
-5431
lines changed

.travis.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@ language: node_js
22
node_js:
33
- "8"
44
- stable
5-
before_install:
6-
- rm -rf package-lock.json node_modules
7-
cache:
8-
directories:
9-
- node_modules
5+
cache: yarn
106
script:
11-
- npm run lint:fix
12-
- npm run lint
13-
- npm run test
7+
- yarn run lint:fix
8+
- yarn run lint
9+
- yarn run test
1410
jobs:
1511
include:
1612
- stage: npm release
1713
if: tag IS present
1814
node_js: stable
19-
script: npm run build
15+
script: yarn run build
2016
deploy:
2117
provider: npm
2218
email: "$NPM_EMAIL"

0 commit comments

Comments
 (0)