From b8ce03456c92f62513d09e87c026f8664cfacc61 Mon Sep 17 00:00:00 2001 From: Yaacov Rydzinski Date: Tue, 8 Oct 2024 09:35:01 +0300 Subject: [PATCH] change name --- .husky/pre-commit | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 78fe78bb9a..f27575a8ed 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1 @@ -npm run format:staged +npm run precommit diff --git a/package.json b/package.json index 51c8a39fa4..7327e21c17 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "testonly:watch": "npm run testonly -- --watch", "prettier": "prettier --cache --cache-strategy metadata --write --list-different .", "prettier:check": "prettier --cache --cache-strategy metadata --check .", - "format:staged": "lint-staged", + "precommit": "lint-staged", "check:spelling": "cspell --cache --no-progress \"**/*\"", "check:integrations": "mocha --full-trace resources/integration-test.ts", "serve": "docusaurus serve --dir websiteDist/ --config website/docusaurus.config.cjs",