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

finished switching to yarn

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

View file

@ -1,3 +1,3 @@
{
"*.ts": "npm run format-check"
"*.ts": "yarn run format-check"
}