mirror of
https://github.com/gre/gl-react.git
synced 2025-12-08 21:35:55 +00:00
8 lines
78 B
Bash
Executable File
8 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
cd `dirname $0`/..
|
|
|
|
cd packages/gl-react
|
|
flow --quiet
|
|
cd -
|