Skip to content

Commit 32f168e

Browse files
authored
Move husky files to src/workflows (#46129)
1 parent 803ec50 commit 32f168e

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"move-content": "node src/content-render/scripts/move-content.js",
2929
"openapi-docs": "node src/rest/docs.js",
3030
"playwright-test": "playwright test --config src/fixtures/playwright.config.ts --project=\"Google Chrome\"",
31-
"prepare": "husky install",
31+
"prepare": "husky install src/workflows/husky",
3232
"prettier": "prettier -w \"**/*.{ts,tsx,js,mjs,scss,yml,yaml}\"",
3333
"prettier-check": "prettier -c \"**/*.{ts,tsx,js,mjs,scss,yml,yaml}\"",
3434
"prevent-pushes-to-main": "node src/workflows/prevent-pushes-to-main.js",
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)