Upgrade workflow
Basic workflow
Install the latest version of
@usereactify/search
package.
Git workflow
The instructions below apply to most people who use Git and a CI/CD process for deploying preview builds.
Clone the stores frontend repository and checkout the
master
ormain
branch.
Find where the
@usereactify/search
package is installed, for theme-based websites it's usually in the root and for headless it's usually in theapp
folder.
Install the latest version of
@usereactify/search
package.
Create a new branch, stage the changes, commit the changes and push to the remote repository
Visit the remote repository online and submit a pull request.
Allow CI/CD processes to create a preview builds, review the preview and if there are no issues merge the pull request.
Last updated