From 37827d81e5809d50d602525a0b5095d5e7c93bdd Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sat, 11 May 2024 14:24:15 +0800 Subject: [PATCH] chore: correct npm script name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb9a524..0444667 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "build:js": "rollup -c --bundleConfigAsCjs --environment BUILD:production", "watch:js": "rollup -c --bundleConfigAsCjs -w", "lint:scss": "stylelint _sass/**/*.scss", - "lint:fix:scss": "npm run lint:style -- --fix", + "lint:fix:scss": "npm run lint:scss -- --fix", "test": "npm run lint:scss" }, "dependencies": {