mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-04 22:20:07 +02:00
added --silent to yarn test
Signed-off-by: Phred <fearphage@gmail.com>
This commit is contained in:
parent
97f1dd948d
commit
97c640bb46
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. "$(dirname "$0")/_/husky.sh"
|
. "$(dirname "$0")/_/husky.sh"
|
||||||
|
|
||||||
yarn test
|
yarn test --silent
|
||||||
|
|
Loading…
Add table
Reference in a new issue