Skip to content

Commit 9473394

Browse files
committed
Specify packageManager explicitly to match pinned version in Dockerfile
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parent 0bfe0d6 commit 9473394

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"_comment": "This version doesn't matter, it's just to allow importing from other repos.",
33
"name": "coder",
44
"version": "0.0.0",
5-
"packageManager": "pnpm@9.14.4",
5+
"packageManager": "pnpm@9.15.1",
66
"scripts": {
77
"format-docs": "markdown-table-formatter $(find docs -name '*.md') *.md",
88
"lint-docs": "markdownlint-cli2 --fix $(find docs -name '*.md') *.md",

site/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"repository": "https://github.com/coder/coder",
55
"private": true,
66
"license": "AGPL-3.0",
7+
"packageManager": "pnpm@9.15.1",
78
"scripts": {
89
"build": "NODE_ENV=production pnpm vite build",
910
"check": "biome check --error-on-warnings .",

0 commit comments

Comments
 (0)