mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00

* deps: update deps
* chore: update husky from v2 format to v6 (really it's v4)
* move devDependencies below dependencies
* use package-lock.json (lockfile) format v2 (npm 7)
We are in the linter, see
b070d41be2/package-lock.json (L4)
4 lines
51 B
Bash
Executable file
4 lines
51 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npm test
|