mirror of
https://github.com/gre/gl-react.git
synced 2026-01-18 16:16:59 +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
|