Universe: yarn: updated docker.#Run syntax

Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
Sam Alba 2022-01-18 14:59:51 -08:00
parent ce378d5095
commit c3f0800c56

View File

@ -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
}