Sign inSign up

chrismeyers/npm

By chrismeyers

Updated almost 11 years ago

Aid in npm test runs.

Image
0

558

chrismeyers/npm repository overview

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

Tag summary

Content type

Image

Digest

sha256:cab47c958

Size

187 MB

Last updated

almost 11 years ago

docker pull chrismeyers/npm