Skip to content

Commit 8078c2f

Browse files
committed
fix: npm pkg fix pretest command
1 parent a9eb39d commit 8078c2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "test"
88
},
99
"scripts": {
10-
"pretest": "./node_modules/.bin/eslint index.js test",
10+
"pretest": "eslint index.js test",
1111
"test": "mocha test",
1212
"test:coverage": "NODE_ENV=test nyc --reporter=html --reporter=text --reporter=lcov ./node_modules/.bin/mocha 'test/*'",
1313
"lint": "npx eslint .",

0 commit comments

Comments
 (0)