We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf4cbd commit 2772421Copy full SHA for 2772421
.husky/pre-commit
@@ -1,4 +1 @@
1
-#!/usr/bin/env sh
2
-. "$(dirname -- "$0")/_/husky.sh"
3
-
4
yarn lint-staged
package.json
@@ -10,7 +10,7 @@
10
],
11
"scripts": {
12
"new-version": "lerna version --force-publish",
13
- "prepare": "husky install",
+ "prepare": "husky",
14
"//": "The patch-package command requires to be run at the workspace root to patch the hoisted dependencies. So we run it here.",
15
"postinstall": "patch-package --patch-dir streamlit/frontend/patches"
16
},
0 commit comments