Skip to content

Commit 04e4535

Browse files
committed
chore(pretest): dont fix style
1 parent 3ce790e commit 04e4535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"prebuild": "npm run clean",
6262
"predev": "npm run prebuild",
6363
"prepublishOnly": "npm run build",
64-
"pretest": "eslint --ignore-path .gitignore --fix .",
64+
"pretest": "eslint --ignore-path .gitignore .",
6565
"test": "jest"
6666
},
6767
"jest": {

0 commit comments

Comments
 (0)