Upgrade workflow
Basic workflow
npm install @usereactify/search@latestGit workflow
git clone [email protected]:foobar/foobar-website.git
git checkout mastercd appnpm install @usereactify/search@latestgit checkout -b feature/upgrade-reactify-search
git add .
git commit -m "feat: upgrade reactify search"Last updated