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 cb9f807 commit 4899613Copy full SHA for 4899613
.travis.yml
@@ -6,7 +6,6 @@ cache: npm
6
install:
7
- npm install
8
script:
9
- - npm run check
10
- npm run build
11
- npm run validate
12
after_success:
package.json
@@ -22,7 +22,6 @@
22
},
23
"scripts": {
24
"build": "babel -d ./ ./src",
25
- "check": "npm run audit",
26
"coverage": "nyc --reporter=lcov --reporter=text --reporter=html npm test",
27
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
28
"lint": "eslint src test",
0 commit comments