mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-26 07:01:18 +08:00
Testing Husky integration
This commit is contained in:
parent
cfd9a630ff
commit
144b686776
@ -1,6 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. "$(dirname "$0")/_/husky.sh"
|
. "$(dirname "$0")/_/husky.sh"
|
||||||
|
|
||||||
# @TODO: Implement the pre-commit checks.
|
npm run lint
|
||||||
# npm run lint
|
npm run test
|
||||||
# npm run test
|
|
||||||
|
@ -48,5 +48,8 @@
|
|||||||
"husky": "6.0.0",
|
"husky": "6.0.0",
|
||||||
"jest": "26.6.3"
|
"jest": "26.6.3"
|
||||||
},
|
},
|
||||||
"dependencies": {}
|
"engines": {
|
||||||
|
"node": ">=12.0.0",
|
||||||
|
"npm": ">=6.9.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user