npm store as build cache

This commit is contained in:
Elio Bischof
2025-07-24 16:13:13 +02:00
parent 33d3dac6e5
commit b6346446ff
6 changed files with 19 additions and 15 deletions

View File

@@ -5,9 +5,11 @@
"../base/docker-compose.yml"
],
"service": "devcontainer",
"runServices": ["devcontainer"],
"runServices": [
"devcontainer"
],
"workspaceFolder": "/workspaces",
"postStartCommand": "pnpm install --frozen-lockfile --recursive && pnpm turbo lint test:unit",
"postStartCommand": "pnpm turbo lint test:unit",
"customizations": {
"jetbrains": {
"settings": {
@@ -15,4 +17,4 @@
}
}
}
}
}