Last active
August 3, 2022 10:20
-
-
Save zuzuleinen/9bcd9b6efaa895a5fa886ee63ba38092 to your computer and use it in GitHub Desktop.
Command from yarn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Command: { | |
container: bash.#Run & { | |
"args": args | |
input: *_image.output | _ | |
_image: alpine.#Build & { | |
packages: { | |
bash: {} | |
yarn: {} | |
git: {} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment