test: setup private npm registry w/sinopia

This commit is contained in:
Stephan Bönnemann
2015-02-04 15:23:16 +01:00
parent 019aeeabe1
commit c936e8be4b
7 changed files with 50 additions and 2 deletions
Executable
+9
View File
@@ -0,0 +1,9 @@
#!/bin/sh
cat .tmp/sinopia.pid | xargs kill
cat .tmp/registry | xargs npm config set registry
cp .tmp/.npmrc ~/.npmrc
rm -rf .tmp