pwa-studio 196 B

12345678
  1. #!/bin/bash
  2. if [ ! -d pwa-studio ]; then
  3. echo "PWA studio must first be installed by running bin/setup-pwa-studio"
  4. exit
  5. fi
  6. cd pwa-studio
  7. NODE_TLS_REJECT_UNAUTHORIZED=0 yarn run watch:all