Universe: yarn: updated docker.#Run syntax
Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
parent
ce378d5095
commit
c3f0800c56
@ -100,8 +100,7 @@ import (
|
||||
// FIXME: mount secrets
|
||||
}
|
||||
|
||||
// FIXME
|
||||
directories: "/build": _
|
||||
export: directories: "/build": _
|
||||
|
||||
env: {
|
||||
YARN_BUILD_SCRIPT: yarnScript
|
||||
@ -119,5 +118,5 @@ import (
|
||||
}
|
||||
|
||||
// The final contents of the package after build
|
||||
output: command.directories."/build".contents
|
||||
output: command.export.directories."/build".contents
|
||||
}
|
||||
|
Reference in New Issue
Block a user