vscode/scripts/env.sh
2017-11-16 14:43:41 +01:00

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"