mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
chore: specify packageManager explicitly to match pinned version in Dockerfile (#19311)
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
"_comment": "This version doesn't matter, it's just to allow importing from other repos.",
|
||||
"name": "coder",
|
||||
"version": "0.0.0",
|
||||
"packageManager": "pnpm@9.14.4",
|
||||
"packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf",
|
||||
"scripts": {
|
||||
"format-docs": "markdown-table-formatter $(find docs -name '*.md') *.md",
|
||||
"lint-docs": "markdownlint-cli2 --fix $(find docs -name '*.md') *.md",
|
||||
|
||||
Reference in New Issue
Block a user