Commit 8337a27d authored by Gaëtan Renaudeau's avatar Gaëtan Renaudeau

build

parent 346117fd
This diff is collapsed.
for ex in */; do
cd $ex;
rm -rf node_modules;
npm i;
react-native bundle --minify;
cd ..;
done;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment