We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7bc88 commit 3a9b03bCopy full SHA for 3a9b03b
test/_functions.sh
@@ -16,7 +16,7 @@ function cd_and_install_tgz {
16
17
# Install tarball generated by pretest script
18
cp ./husky-*.tgz $1/husky.tgz
19
- cd $1 && npm init -y && npm install husky.tgz
+ cd $1 && npm init -y > /dev/null && npm install husky.tgz
20
}
21
22
function init_git {
0 commit comments