pkg(ui): do not fix knip in lint:fix script

This commit is contained in:
psychedelicious 2024-03-05 22:32:42 +11:00
parent 7515d73628
commit 51a604f907

View File

@ -30,7 +30,7 @@
"lint:prettier": "prettier --check .",
"lint:tsc": "tsc --noEmit",
"lint": "concurrently -g -c red,green,yellow,blue,magenta pnpm:lint:*",
"fix": "knip --fix && eslint --fix . && prettier --log-level warn --write .",
"fix": "eslint --fix . && prettier --log-level warn --write .",
"preinstall": "npx only-allow pnpm",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",