Skip to content

Commit e461472

Browse files
committed
switch back to yarn again
1 parent 518cf42 commit e461472

File tree

4 files changed

+7031
-13653
lines changed

4 files changed

+7031
-13653
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ lib
55
dist
66
.idea
77
*.log
8-
yarn.lock
8+
package-lock.json

.travis.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
language: node_js
2-
node_js:
3-
- "lts/*"
4-
install:
5-
- npm i -g npm@6
6-
- npm ci
2+
node_js: lts/*
73
script:
8-
- npm run format:check
9-
- npm run lint
10-
- npm test
4+
- yarn format:check
5+
- yarn lint
6+
- yarn test
117
after_success:
128
- npx codecov
139
cache:

0 commit comments

Comments
 (0)