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: 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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user