Skip to content

Commit

Permalink
chore: change script name
Browse files Browse the repository at this point in the history
  • Loading branch information
EndBug committed Apr 15, 2024
1 parent fc0a77b commit e49d842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "ncc build src/main.ts --minify --out lib",
"watch": "ncc build src/main.ts --watch --out lib",
"lint": "eslint ./src --ext ts && echo 'Lint complete.'",
"lintfix": "eslint ./src --ext ts --fix && echo \"Lint & fix complete.\"",
"lint:fix": "eslint ./src --ext ts --fix && echo \"Lint & fix complete.\"",
"prepare": "husky",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit e49d842

Please sign in to comment.