You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs = { run = "npm run dev --workspace docs", description = "Start Astro/Starlight dev server" }
30
+
"docs:preview" = { run = "npm run preview --workspace docs", description = "Preview built Starlight site" }
31
+
"docs:build" = { run = "npm run build --workspace docs", description = "Build the Starlight site (API reference is generated in-process by the Astro XML loader)" }
30
32
"roslyn-lsp" = { run = "bash build/scripts/install-roslyn-lsp.sh", description = "Install the Microsoft Roslyn language server for this RID" }
31
33
"pkl-vscode" = { run = "bash build/scripts/install-pkl-vscode.sh", description = "Install the Pkl VS Code extension (not in marketplace; installed from VSIX)" }
32
34
@@ -36,6 +38,10 @@ prereleases = true
36
38
37
39
[env]
38
40
HK_MISE = 1
41
+
# Keep npm's download cache inside the mise data dir so jdx/mise-action's
42
+
# cache (which caches MISE_DATA_DIR / ~/.local/share/mise) also persists npm
43
+
# tarballs across CI runs. `npm ci` still wipes node_modules, but reuses these.
0 commit comments