mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 12:47:14 +00:00
6 lines
238 B
Bash
Executable File
6 lines
238 B
Bash
Executable File
#!/bin/bash
|
|
export npm_config_disturl=https://atom.io/download/electron
|
|
export npm_config_target=$(node "build/lib/electron.js")
|
|
export npm_config_runtime=electron
|
|
export npm_config_cache="$HOME/.npm-electron"
|
|
mkdir -p "$npm_config_cache" |