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: mount secrets
} }
// FIXME export: directories: "/build": _
directories: "/build": _
env: { env: {
YARN_BUILD_SCRIPT: yarnScript YARN_BUILD_SCRIPT: yarnScript
@ -119,5 +118,5 @@ import (
} }
// The final contents of the package after build // The final contents of the package after build
output: command.directories."/build".contents output: command.export.directories."/build".contents
} }