mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01:00
* refactor: default to npm in postinstall.sh yarn has a bug where it will try to update dependencies even if `yarn.lock` is present. Therefore we're defaulting to `npm` to prevent further issues. * refactor: exclude yarn.lock in standalone By excluding `yarn.lock`, we prevent issues where the user must use `yarn` instead of `npm` to install code-server. |
||
|---|---|---|
| .. | ||
| build-code-server.sh | ||
| build-lib.sh | ||
| build-packages.sh | ||
| build-release.sh | ||
| build-standalone-release.sh | ||
| build-vscode.sh | ||
| clean.sh | ||
| code-server-nfpm.sh | ||
| code-server-user.service | ||
| code-server.sh | ||
| code-server@.service | ||
| nfpm.yaml | ||
| npm-postinstall.sh | ||