mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
cleanup linux alpine build
This commit is contained in:
5
build/azure-pipelines/linux/alpine/install-dependencies.sh
Executable file
5
build/azure-pipelines/linux/alpine/install-dependencies.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
echo "Installing remote dependencies"
|
||||
(cd remote && rm -rf node_modules && yarn)
|
||||
Reference in New Issue
Block a user