We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce8cc8 commit 50607e4Copy full SHA for 50607e4
.husky/pre-commit
@@ -1 +1 @@
1
-lint-staged
+npm run precommit
package.json
@@ -42,6 +42,7 @@
42
"testonly:watch": "npm run testonly -- --watch",
43
"prettier": "prettier --cache --cache-strategy metadata --write --list-different .",
44
"prettier:check": "prettier --cache --cache-strategy metadata --check .",
45
+ "precommit": "lint-staged",
46
"check:spelling": "cspell --cache --no-progress \"**/*\"",
47
"check:integrations": "mocha --full-trace resources/integration-test.ts",
48
"serve": "docusaurus serve --dir websiteDist/ --config website/docusaurus.config.cjs",
0 commit comments