stdlib: fixed yarn outputs
Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
parent
1bfb8d4369
commit
872822baa6
@ -17,16 +17,16 @@ import (
|
|||||||
|
|
||||||
// Extra alpine packages to install
|
// Extra alpine packages to install
|
||||||
package: {
|
package: {
|
||||||
[string]: true | false | string @dagger(input)
|
[string]: true | false | string
|
||||||
}
|
} @dagger(input)
|
||||||
|
|
||||||
// working directory to use
|
// working directory to use
|
||||||
cwd: *"." | string @dagger(input)
|
cwd: *"." | string @dagger(input)
|
||||||
|
|
||||||
// Environment variables
|
// Environment variables
|
||||||
env: {
|
env: {
|
||||||
[string]: string @dagger(input)
|
[string]: string
|
||||||
}
|
} @dagger(input)
|
||||||
|
|
||||||
// Write the contents of `environment` to this file,
|
// Write the contents of `environment` to this file,
|
||||||
// in the "envfile" format.
|
// in the "envfile" format.
|
||||||
|
Reference in New Issue
Block a user