Skip to content

Commit

Permalink
fix(*): cli3
Browse files Browse the repository at this point in the history
  • Loading branch information
kiskv committed Sep 30, 2024
1 parent cb98b92 commit 647773a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"typescript": "5.5.4"
},
"scripts": {
"precommit": "lint-staged",
"precommit": "node ./cli/index.mjs stage",
"test": "yarn lint:scripts && eslint-config-prettier ./eslint/index.js && yarn lint:css && prettier --check \"./**/*.{ts,tsx,js,jsx,css,json}\"",
"lint:css": "node ./cli/index.mjs css",
"lint:scripts": "node ./cli/index.mjs scripts",
"lint:fix": "yarn lint:css --fix && yarn lint:scripts --fix && prettier --write \"./**/*.{ts,tsx,js,jsx,css,json}\""
"lint:fix": "node ./cli/index.mjs fix"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,json}": [
Expand Down

0 comments on commit 647773a

Please sign in to comment.