Skip to content

Commit

Permalink
fix(ci): make husky optional for prod mode
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Dec 20, 2024
1 parent a1be1df commit 770f520
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"docs:render": "ensuite-render",
"docs:typedoc": "typedoc",
"fadroma": "FADROMA_PROJECT=./examples fadroma",
"prepare": "husky install",
"prepare": "husky install || true",
"test": "time ensuite index.test.ts",
"test:fast": "ensuite index.test.ts --parallel",

Expand Down Expand Up @@ -108,7 +108,7 @@
"@types/prompts": "^2.4.8",
"@types/secure-random": "^1.1.3",

"typescript": "^5.6.3",
"typescript": "^5.7.2",
"typedoc": "0.25.13",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
Expand Down
2 changes: 1 addition & 1 deletion toolbox
Submodule toolbox updated 1 files
+2 −2 package.json

0 comments on commit 770f520

Please sign in to comment.