|
@@ -13,7 +13,7 @@
|
|
|
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx,.md,.json --max-warnings 0 --cache",
|
|
|
"lint:fix": "pnpm run lint --fix",
|
|
|
"format": "prettier --write --cache .",
|
|
|
- "commit": "git cz",
|
|
|
+ "commit": "git add . && git cz",
|
|
|
"preinstall": "npx only-allow pnpm",
|
|
|
"changeset": "changeset",
|
|
|
"version-packages": "changeset version",
|