code-server/ci/build
Joe Previte 3182be634e
refactor: use npm in build steps and postinstall.sh (#5844)
* 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.
2022-12-07 15:04:50 -07:00
..
build-code-server.sh docs: Update some more links (#4806) 2022-02-01 09:45:19 -07:00
build-lib.sh feat: add test for get_nfpm_arch 2021-09-17 16:07:03 -07:00
build-packages.sh chore: move to patches (#4997) 2022-03-22 15:07:14 -05:00
build-release.sh fix: generate shrinkwrap file for deterministic dependencies (#5071) 2022-08-22 16:07:57 -05:00
build-standalone-release.sh refactor: use npm in build steps and postinstall.sh (#5844) 2022-12-07 15:04:50 -07:00
build-vscode.sh chore: add VERSION check in build-vscode.sh (#5823) 2022-12-01 11:51:07 -05:00
clean.sh Add vscode via vendor package. 2021-09-15 14:54:33 -04:00
code-server-nfpm.sh Add NPM package, debs, rpms and refactor CI/build process 2020-05-06 20:25:52 -04:00
code-server-user.service Bundle systemd system unit 2020-08-27 13:20:21 -04:00
code-server.sh fix: add node to path (#5598) 2022-09-29 18:02:53 -05:00
code-server@.service Fix path of systemd system service in nfpm 2020-08-31 05:22:52 -04:00
nfpm.yaml refactor: get version dynamically (#5753) 2022-11-08 22:45:01 +00:00
npm-postinstall.sh refactor: use npm in build steps and postinstall.sh (#5844) 2022-12-07 15:04:50 -07:00