There was an error while loading. Please reload this page.
1 parent 4e95a9a commit f1d0d9aCopy full SHA for f1d0d9a
package.json
@@ -47,7 +47,6 @@
47
"scripts": {
48
"start": "esw -w .",
49
"lint": "eslint .",
50
- "pretest": "npm run -s lint",
51
"test": "mocha --compilers js:babel/register",
52
"test:cov": "`npm bin`/babel-node `npm bin`/isparta cover --report text --report html `npm bin`/_mocha",
53
"test:gen": "babel-node generate-tests",
@@ -73,6 +72,7 @@
73
72
},
74
"homepage": "https://github.com/css-modules/css-modules-require-hook",
75
"pre-commit": [
+ "lint",
76
"test"
77
]
78
}
0 commit comments