mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
chore: add package manager (#12551)
Every time I run `pnpm` in the project it adds the package manager attribute on package.json so I just decided to push it since it does not look like an issue and we can make sure everyone is running the same pnpm version.
This commit is contained in:
+2
-1
@@ -11,5 +11,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"exec": "^0.2.1"
|
||||
}
|
||||
},
|
||||
"packageManager": "pnpm@8.14.0+sha1.bb42032ff80dba5f9245bc1b03470d2fa0b7fb2f"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user