mirror of
https://github.com/google-map-react/google-map-react.git
synced 2025-12-08 18:26:32 +00:00
4 lines
73 B
Bash
Executable File
4 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
rm -rf modules
|
|
./node_modules/.bin/babel src --out-dir modules
|