Remove husky
This commit is contained in:
parent
734335edea
commit
a36ad89385
@ -1,4 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
. "$(dirname "$0")/_/husky.sh"
|
|
||||||
|
|
||||||
npx --no-install commitlint --edit $1
|
|
@ -61,7 +61,6 @@
|
|||||||
"publish:graduate:dry-run": "run-s \"publish:version --conventional-graduate --no-git-tag-version\"",
|
"publish:graduate:dry-run": "run-s \"publish:version --conventional-graduate --no-git-tag-version\"",
|
||||||
"storybook": "start-storybook -p 6006",
|
"storybook": "start-storybook -p 6006",
|
||||||
"build-storybook": "build-storybook",
|
"build-storybook": "build-storybook",
|
||||||
"prepare": "husky install",
|
|
||||||
"pack:core": "cd packages/netlify-cms-core && npm pack",
|
"pack:core": "cd packages/netlify-cms-core && npm pack",
|
||||||
"pack:app": "cd packages/netlify-cms-app && npm pack",
|
"pack:app": "cd packages/netlify-cms-app && npm pack",
|
||||||
"pack:ui-default": "cd packages/netlify-cms-ui-default && npm pack",
|
"pack:ui-default": "cd packages/netlify-cms-ui-default && npm pack",
|
||||||
@ -148,7 +147,6 @@
|
|||||||
"fs-extra": "^10.0.0",
|
"fs-extra": "^10.0.0",
|
||||||
"gitlab": "^14.1.1",
|
"gitlab": "^14.1.1",
|
||||||
"http-server": "^14.0.0",
|
"http-server": "^14.0.0",
|
||||||
"husky": "^7.0.0",
|
|
||||||
"jest": "^27.0.0",
|
"jest": "^27.0.0",
|
||||||
"jest-cli": "^27.0.0",
|
"jest-cli": "^27.0.0",
|
||||||
"jest-emotion": "^10.0.32",
|
"jest-emotion": "^10.0.32",
|
||||||
@ -186,7 +184,6 @@
|
|||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
"nohoist": [
|
"nohoist": [
|
||||||
"husky",
|
|
||||||
"run-node"
|
"run-node"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user