pwa-studio 212 B

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