1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-04-01 20:50:09 +02:00

added --silent to yarn test

Signed-off-by: Phred <fearphage@gmail.com>
This commit is contained in:
Phred 2021-08-06 14:51:30 -05:00
parent 97f1dd948d
commit 97c640bb46
No known key found for this signature in database
GPG key ID: 8103F27168DAA2A0

View file

@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn test
yarn test --silent