Files
Ely Lucas f58424f625 fix(react): setting active tab properly on mount, closes #21830 (#21833)
* fix(react): setting active tab properly on mount, closes #21830

* removing commented code

* merge with master
2020-07-29 12:15:34 -06:00

10 lines
234 B
Bash
Executable File

# This build file is to help build and install ionic/react into test-app easier, not to actually build test-app
cd ../../react
npm run build
npm pack
cd ../react-router/test-app
npm i ../../react/ionic-react-5.3.0.tgz
npm run start