start 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