Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7aa422d

Browse files
committed
Specify packageManager explicitly to match pinned version in Dockerfile
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parentfb8036a commit7aa422d

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)

[8]ページ先頭

©2009-2025 Movatter.jp