We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264763c commit b554e85Copy full SHA for b554e85
1 file changed
package.json
@@ -8,7 +8,7 @@
8
"types": "index.d.ts",
9
"scripts": {
10
"clean": "rm -rf dist",
11
- "lint": "eslint . && flow check",
+ "lint": "github-lint",
12
"prebuild": "npm run clean && npm run lint && mkdir dist",
13
"build": "rollup -c && cp src/index.js.flow dist/index.umd.js.flow && cp src/index.js.flow dist/index.esm.js.flow",
14
"test": "npm run build",
0 commit comments