mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 03:55:18 +02:00
docs: remove references to installing with yarn in favor of npm (#5518)
This commit is contained in:
@@ -141,7 +141,7 @@ Run your build:
|
||||
|
||||
```shell
|
||||
cd release
|
||||
yarn --production # Skip if you used KEEP_MODULES=1
|
||||
npm install --omit=dev # Skip if you used KEEP_MODULES=1
|
||||
# Runs the built JavaScript with Node.
|
||||
node .
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user