We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518cf42 commit e461472Copy full SHA for e461472
.gitignore
@@ -5,4 +5,4 @@ lib
5
dist
6
.idea
7
*.log
8
-yarn.lock
+package-lock.json
.travis.yml
@@ -1,13 +1,9 @@
1
language: node_js
2
-node_js:
3
- - "lts/*"
4
-install:
- - npm i -g npm@6
- - npm ci
+node_js: lts/*
script:
- - npm run format:check
9
- - npm run lint
10
- - npm test
+ - yarn format:check
+ - yarn lint
+ - yarn test
11
after_success:
12
- npx codecov
13
cache:
0 commit comments