Skip to content

Commit

Permalink
test: reduce output
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Mar 21, 2021
1 parent 6a7bc88 commit 3a9b03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function cd_and_install_tgz {
# Install tarball generated by pretest script
cp ./husky-*.tgz $1/husky.tgz
cd $1 && npm init -y && npm install husky.tgz
cd $1 && npm init -y > /dev/null && npm install husky.tgz
}
function init_git {
Expand Down

0 comments on commit 3a9b03b

Please sign in to comment.