| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,10 +23,10 @@ cd test-npm | |||
| 23 | 23 | rm -rf npm-cache npm-tmp npm-prefix | |
| 24 | 24 | mkdir npm-cache npm-tmp npm-prefix | |
| 25 | 25 | ||
| 26 | - # set some npm env varibles to point to our new temporary folders | ||
| 27 | - export npm_config_cache="npm-cache" | ||
| 28 | - export npm_config_prefix="npm-prefix" | ||
| 29 | - export npm_config_tmp="npm-tmp" | ||
| 26 | + # set some npm env variables to point to our new temporary folders | ||
| 27 | + export npm_config_cache="$(pwd)/npm-cache" | ||
| 28 | + export npm_config_prefix="$(pwd)/npm-prefix" | ||
| 29 | + export npm_config_tmp="$(pwd)/npm-tmp" | ||
| 30 | 30 | ||
| 31 | 31 | # install npm devDependencies and run npm's tests | |
| 32 | 32 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments