Skip to content

Commit

Permalink
stdlib: fixed yarn outputs
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Alba <sam.alba@gmail.com>
  • Loading branch information
samalba committed Jun 7, 2021
1 parent 1bfb8d4 commit 872822b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stdlib/js/yarn/yarn.cue
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 872822b

Please sign in to comment.