4323956fd4f66d2216d1633d209b7ae25f017578b572c2ade4c44700254f95b7afbdf8d5b1eb382f18ab9aef791e4671f5d1e48b829eb019007a18772bae0d-exec 357 B

123456789101112131415161718192021222324
  1. #!/usr/bin/env zsh
  2. wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.21.0/install.sh | bash
  3. source ~/.nvm/nvm.sh
  4. nvm install
  5. nvm use
  6. npm install
  7. node -v
  8. npm -v
  9. npm install
  10. set -e
  11. # Any subsequent commands which fail will cause the shell script to exit immediately
  12. setopt extended_glob;
  13. npm test
  14. #npm install check-build -g
  15. #check-build