mirror of
https://github.com/coder/code-server.git
synced 2025-07-30 21:45:08 +08:00
Fix CI
This commit is contained in:
@ -35,7 +35,8 @@ vscode_yarn() {
|
||||
cd lib/vscode
|
||||
yarn --production --frozen-lockfile
|
||||
cd extensions
|
||||
yarn --production --frozen-lockfile
|
||||
# Cannot use --production here. The postinstall here uses a dev dependency.
|
||||
yarn --frozen-lockfile
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
Reference in New Issue
Block a user