From 906b14005572242ca2ecb189206fdc1ed793b975 Mon Sep 17 00:00:00 2001 From: yifanwww Date: Sun, 17 Mar 2024 18:22:39 +0800 Subject: [PATCH] chore(npm): change NPM scripts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd2f4c1..4082661 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "clean": "rimraf --glob coverage lib lib-commonjs tsconfigs/*.tsbuildinfo", "format": "prettier --write \"**/*.{cjs,js,mjs,json,ts,yaml,yml}\"", "lint": "eslint .", - "lint:fix": "eslint . --fix", + "lint-fix": "eslint . --fix", "pre-commit": "lint-staged", "prepare": "husky", "test": "node scripts/unit-test.js",