no-op format command

Signed-off-by: Alexey Aristov <aav@acm.org>
This commit is contained in:
Alexey Aristov 2025-05-13 17:14:53 +02:00
parent 8b0c6e80c7
commit f19772431e
No known key found for this signature in database
GPG Key ID: EC5C259ABC7D90EA

View File

@ -6,6 +6,7 @@
"scripts": {
"_phase:docker-build": "rushx docker:build",
"docker:build": "sh bin/build.sh",
"docker:push": "sh bin/push.sh"
"docker:push": "sh bin/push.sh",
"format": "true"
}
}