Skip to content

Commit

Permalink
build: fix deprecated husky install command (#29126)
Browse files Browse the repository at this point in the history
  • Loading branch information
F3n67u committed May 28, 2024
1 parent 904abe1 commit f5f61fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"ci-push-deploy-docs-app": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/docs-deploy/deploy-ci-push.mts",
"ci-docs-monitor-test": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/docs-deploy/monitoring/ci-test.mts",
"ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts",
"prepare": "husky install"
"prepare": "husky"
},
"version": "18.1.0-next.0",
"dependencies": {
Expand Down

0 comments on commit f5f61fa

Please sign in to comment.