Skip to content

Commit 816abcb

Browse files
committed
bring back self-hosting lockfile
1 parent 4e77aea commit 816abcb

3 files changed

Lines changed: 163 additions & 3 deletions

File tree

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ test-report.junit.xml
1313
trials/
1414
orchestration-logs/
1515
CLAUDE.local.md
16-
17-
apps/self-host-mcp/pnpm-lock.yaml

apps/self-host-mcp/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build]
22
base = "apps/self-host-mcp"
3-
command = "pnpm install --no-frozen-lockfile"
3+
command = "pnpm install --frozen-lockfile"
44
publish = "."
55

66
[[redirects]]

apps/self-host-mcp/pnpm-lock.yaml

Lines changed: 162 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)