From e49d842cc191929f69a5985f14a7f4cb6d24cec9 Mon Sep 17 00:00:00 2001 From: Federico Grandi Date: Tue, 16 Apr 2024 02:22:34 +0800 Subject: [PATCH] chore: change script name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 971fac3a..e41e1927 100644 --- a/package.json +++ b/package.json @@ -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" },