mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 17:19:10 +00:00
chore: update husky to v5
This commit is contained in:
parent
53d3c8ad2e
commit
aa60952663
2 changed files with 8 additions and 40 deletions
|
@ -27,7 +27,8 @@
|
|||
"ui": "next dev -p 6601",
|
||||
"ui:build": "next build",
|
||||
"ui:prod": "cross-env next start -p ${PORT:-3000}",
|
||||
"worker": "node src/backend-emulator/main.js"
|
||||
"worker": "node src/backend-emulator/main.js",
|
||||
"postinstall": "husky install"
|
||||
},
|
||||
"dependencies": {
|
||||
"chroma-js": "^2.1.0",
|
||||
|
@ -86,7 +87,7 @@
|
|||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-jsdoc": "^30.7.8",
|
||||
"eslint-plugin-react": "^7.21.5",
|
||||
"husky": "^4.3.6",
|
||||
"husky": "^5.0.6",
|
||||
"jest": "^26.6.3",
|
||||
"jest-cli": "^26.6.3",
|
||||
"jest-environment-enzyme": "^7.1.2",
|
||||
|
@ -136,4 +137,4 @@
|
|||
"prettier --write"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue