mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-26 20:30:07 +00:00
chore: update husky to new api (#2102)
This commit is contained in:
parent
2beb359cef
commit
c33844eddf
3
.husky/pre-commit
Executable file → Normal file
3
.husky/pre-commit
Executable file → Normal file
@ -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…
x
Reference in New Issue
Block a user