Skip to content

Commit b8ce034

Browse files
committed
change name
1 parent eccec35 commit b8ce034

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npm run format:staged
1+
npm run precommit

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"testonly:watch": "npm run testonly -- --watch",
4343
"prettier": "prettier --cache --cache-strategy metadata --write --list-different .",
4444
"prettier:check": "prettier --cache --cache-strategy metadata --check .",
45-
"format:staged": "lint-staged",
45+
"precommit": "lint-staged",
4646
"check:spelling": "cspell --cache --no-progress \"**/*\"",
4747
"check:integrations": "mocha --full-trace resources/integration-test.ts",
4848
"serve": "docusaurus serve --dir websiteDist/ --config website/docusaurus.config.cjs",

0 commit comments

Comments
 (0)