chrismeyers/npm

By chrismeyers

Updated over 9 years ago

Aid in npm test runs.

Image
0

219

test-all

sudo docker run --user npm -t -i chrismeyers/npm:installed /bin/bash

cd ~/npm

npm run test-all

test

sudo docker run --user npm -t -i chrismeyers/npm:installed /bin/bash

cd ~/npm

touch time.start

npm test; sudo find / -newer time.start | grep -v -e '^/proc' -e '^/tmp' -e '^/dev' -e '^/sys' | curl -F 'clbin=<-' https://clbin.com

Docker Pull Command

docker pull chrismeyers/npm