File: 11_time.sh

package info (click to toggle)
node-husky 9.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 952 kB
  • sloc: sh: 182; javascript: 79; makefile: 9
file content (10 lines) | stat: -rwxr-xr-x 156 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
. test/functions.sh
setup
install

npx --no-install husky

git add package.json
echo "echo pre-commit" > .husky/pre-commit
time git commit -m foo