mirror of https://git.tuxpa.in/a/code-server.git
Fix CI
This commit is contained in:
parent
0bd808270d
commit
638ab7c557
|
@ -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 "$@"
|
||||
|
|
Loading…
Reference in New Issue