Skip to content
This repository was archived by the owner on Oct 21, 2021. It is now read-only.

Commit ef3485f

Browse files
committed
use github-lint as a test script
1 parent baaef46 commit ef3485f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"types": "dist/index.d.ts",
99
"scripts": {
1010
"clean": "rm -rf dist",
11-
"lint": "eslint index.js test/ && flow check",
11+
"lint": "github-lint",
1212
"prebuild": "npm run clean && npm run lint && mkdir dist",
1313
"build-umd": "BABEL_ENV=umd babel index.js -o dist/index.umd.js && cp index.js.flow dist/index.umd.js.flow",
1414
"build-esm": "BABEL_ENV=esm babel index.js -o dist/index.esm.js && cp index.js.flow dist/index.esm.js.flow",

0 commit comments

Comments
 (0)