mirror of
https://github.com/gre/gl-react.git
synced 2026-01-25 16:43:36 +00:00
2 lines
57 B
Bash
Executable File
2 lines
57 B
Bash
Executable File
for d in */; do cd $d; npm i; npm run build; cd ..; done
|