fix: appease the linter

Signed-off-by: David Flanagan <david@rawkode.dev>
This commit is contained in:
David Flanagan
2022-04-01 18:40:43 +01:00
parent 4074b5d264
commit 88748d3563
3 changed files with 15 additions and 21 deletions

View File

@@ -65,11 +65,11 @@ import (
}
workdir: "/src"
mounts: {
"src": {
src: {
dest: "/src"
contents: source
}
"node_modules": {
node_modules: {
dest: "/src/node_modules"
type: "cache"
contents: core.#CacheDir & {