mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
7 lines
274 B
Bash
Executable File
7 lines
274 B
Bash
Executable File
#!/bin/bash
|
|
export npm_config_disturl=https://atom.io/download/electron
|
|
export npm_config_target=$(node -p "require('./build/lib/electron').getElectronVersion();")
|
|
export npm_config_runtime=electron
|
|
export npm_config_cache="$HOME/.npm-electron"
|
|
mkdir -p "$npm_config_cache"
|