We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5574174 commit c8b4006Copy full SHA for c8b4006
.travis.yml
@@ -7,10 +7,7 @@ cache:
7
node_js:
8
- '6'
9
script:
10
-# Unfortunately flow falls over when a dep exists in peer deps and others. :(
11
-# @see https://github.com/flowtype/flow-typed/issues/528
12
-#- yarn run flow:defs
13
-- yarn run check
+- yarn run test
14
after_success:
15
# Deploy code coverage report to codecov.io
16
- yarn run test:coverage:deploy
package.json
@@ -21,7 +21,6 @@
21
],
22
"scripts": {
23
"build": "babel-node ./tools/scripts/build.js",
24
- "check": "yarn run lint && yarn run test",
25
"clean": "rimraf ./commonjs && rimraf ./umd && rimraf ./coverage && rimraf ./umd",
26
"example:web": "echo 'Make sure to `cd example/web && yarn install`' && cd example/web && yarn run start",
27
"lint": "eslint src",
0 commit comments