stdlib: fixed yarn outputs

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba 2021-06-07 13:26:47 +02:00
parent 1bfb8d4369
commit 872822baa6

View File

@ -17,16 +17,16 @@ import (
// Extra alpine packages to install
package: {
[string]: true | false | string @dagger(input)
}
[string]: true | false | string
} @dagger(input)
// working directory to use
cwd: *"." | string @dagger(input)
// Environment variables
env: {
[string]: string @dagger(input)
}
[string]: string
} @dagger(input)
// Write the contents of `environment` to this file,
// in the "envfile" format.