mirror of
https://github.com/gre/gl-react.git
synced 2026-02-01 17:27:08 +00:00
17 lines
465 B
Bash
Executable File
17 lines
465 B
Bash
Executable File
cd `dirname $0`
|
|
|
|
cd tests
|
|
rm -f node_modules/gl-react node_modules/gl-react-headless
|
|
npm i ../gl-react ../gl-react-headless
|
|
cd -
|
|
|
|
cd cookbook-rn
|
|
rm -f node_modules/gl-react node_modules/gl-react-native node_modules/cookbook-rn-shared
|
|
npm i ../gl-react ../gl-react-native ../cookbook-rn-shared
|
|
cd -
|
|
|
|
cd cookbook-expo
|
|
rm -f node_modules/gl-react node_modules/gl-react-expo node_modules/cookbook-rn-shared
|
|
npm i ../gl-react ../gl-react-expo ../cookbook-rn-shared
|
|
cd -
|