We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 264763c + b554e85 commit fdc7383Copy full SHA for fdc7383
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