Skip to content

Commit 4b078de

Browse files
chore: add lint to pretest script
1 parent 10c29c9 commit 4b078de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"scripts": {
2525
"lint": "eslint .",
2626
"lint:fix": "eslint . --fix",
27+
"pretest": "npm run lint",
2728
"test": "ava e2e/index.js",
2829
"release": "standard-version",
2930
"prebuild": "rimraf bin",

0 commit comments

Comments
 (0)