Skip to content

Commit

Permalink
just use github-lint binary as lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed May 23, 2019
1 parent 9f8c5f2 commit d66d24a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Expand Up @@ -7,7 +7,7 @@
"repository": "github/hotkey",
"scripts": {
"build": "rollup -c && cp src/index.js.flow dist/index.esm.js.flow && cp src/index.js.flow dist/index.umd.js.flow",
"lint": "github-lint && flow",
"lint": "github-lint",
"test": "karma start test/karma.config.js",
"clean": "rm -rf dist",
"prebuild": "npm run clean && npm run lint && mkdir dist",
Expand Down Expand Up @@ -37,5 +37,8 @@
"mocha": "^5.2.0",
"rollup": "^1.1.0",
"rollup-plugin-babel": "^4.3.0"
}
},
"eslintIgnore": [
"dist/"
]
}

0 comments on commit d66d24a

Please sign in to comment.