mirror of https://github.com/waku-org/js-waku.git
chore: update husky to new api (#2102)
This commit is contained in:
parent
2beb359cef
commit
c33844eddf
|
@ -1,4 +1 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npx lint-staged
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"packages/react-native-polyfills"
|
||||
],
|
||||
"scripts": {
|
||||
"prepare": "husky install",
|
||||
"prepare": "husky",
|
||||
"build": "npm run build --workspaces --if-present",
|
||||
"build:esm": "npm run build:esm --workspaces --if-present",
|
||||
"size": "npm run build && size-limit",
|
||||
|
|
Loading…
Reference in New Issue