Skip to content

Commit e49d842

Browse files
committed
chore: change script name
1 parent fc0a77b commit e49d842

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
@@ -7,7 +7,7 @@
77
"build": "ncc build src/main.ts --minify --out lib",
88
"watch": "ncc build src/main.ts --watch --out lib",
99
"lint": "eslint ./src --ext ts && echo 'Lint complete.'",
10-
"lintfix": "eslint ./src --ext ts --fix && echo \"Lint & fix complete.\"",
10+
"lint:fix": "eslint ./src --ext ts --fix && echo \"Lint & fix complete.\"",
1111
"prepare": "husky",
1212
"test": "echo \"Error: no test specified\" && exit 1"
1313
},

0 commit comments

Comments
 (0)