No Description

clean.sh 179B

1234567
  1. #!/usr/bin/env bash
  2. rm -rf ios/build && \
  3. watchman watch-del-all && \
  4. rm -rf *-lock.json && rm -rf *.lock && \
  5. rm -rf node_modules && yarn install && \
  6. npm start -- --reset-cache