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

build

parent 346117fd
This source diff could not be displayed because it is too large. You can view the blob instead.
for ex in */; do for ex in */; do
cd $ex; cd $ex;
rm -rf node_modules;
npm i;
react-native bundle --minify; react-native bundle --minify;
cd ..; cd ..;
done; 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