Move rimraf to prod deps in extensions
The postinstall uses rimraf so it needs to exist in the final build.
This commit is contained in:
@ -35,8 +35,7 @@ vscode_yarn() {
|
||||
cd lib/vscode
|
||||
yarn --production --frozen-lockfile
|
||||
cd extensions
|
||||
# Cannot use --production here. The postinstall here uses a dev dependency.
|
||||
yarn --frozen-lockfile
|
||||
yarn --production --frozen-lockfile
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
Reference in New Issue
Block a user