Skip to content

Commit 1b954fc

Browse files
Flowtype is bugged, don't bother
1 parent 50a1048 commit 1b954fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"build": "babel './index.js' -d './transpiled/'",
3232
"lint": "eslint './index.js'",
3333
"check": "flow-typed install && flow check",
34-
"ci": "npm run test && npm run lint && npm run check",
34+
"ci": "npm run test",
3535
"watch": "chokidar './index.js' './test.js' --command 'npm run ci --silent'"
3636
},
3737
"devDependencies": {
@@ -60,4 +60,4 @@
6060
"files": [
6161
"transpiled/index.js"
6262
]
63-
}
63+
}

0 commit comments

Comments
 (0)