We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ddbb3 commit c209869Copy full SHA for c209869
1 file changed
package.json
@@ -5,12 +5,10 @@
5
"main": "dest/index.js",
6
"scripts": {
7
"test": "jest --coverage",
8
- "lint": "eslint lib __tests__",
9
- "fix": "eslint lib __tests__ --fix",
+ "lint": "eslint lib/**/*.ts __tests__/**/*.ts",
10
"prepublish": "npm run build",
11
"coveralls": "cat ./coverage/lcov.info | coveralls",
12
- "build": "rimraf dest && tsc && babel dest -d dest",
13
- "prepush": "npm test"
+ "build": "rimraf dest && tsc && babel dest -d dest"
14
},
15
"husky": {
16
"hooks": {
0 commit comments