This website requires JavaScript.
Explore
Help
Sign In
hxx
/
javascript-algorithms
Watch
1
Star
0
Fork
0
You've already forked javascript-algorithms
mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced
2024-11-10 19:19:44 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d5ca26ec13
javascript-algorithms
/
.husky
/
pre-commit
6 lines
70 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Adding a Seam Carving algorithm with Dynamic Programming implementation. (#693) * Adding a Seam Carving algorithm with Dynamic Programming implementation. * Adding a Seam Carving algorithm with Dynamic Programming implementation. * Adding a Seam Carving algorithm with Dynamic Programming implementation. * Testing Husky integration. * Testing Husky integration.
2021-04-20 23:47:33 +08:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
Testing Husky integration
2021-04-21 22:55:26 +08:00
npm run lint
Disabling tests in pre-commit to speed up the commits.
2021-04-22 00:09:48 +08:00
# npm run test
Reference in New Issue
Copy Permalink