mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 05:43:08 +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
|
npx lint-staged
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
"packages/react-native-polyfills"
|
"packages/react-native-polyfills"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "husky install",
|
"prepare": "husky",
|
||||||
"build": "npm run build --workspaces --if-present",
|
"build": "npm run build --workspaces --if-present",
|
||||||
"build:esm": "npm run build:esm --workspaces --if-present",
|
"build:esm": "npm run build:esm --workspaces --if-present",
|
||||||
"size": "npm run build && size-limit",
|
"size": "npm run build && size-limit",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user