Updating the '@fastore/cli' package version
If you need to update the
@fastore/cli
package, follow these instructions.Since the publication of this release note, the@faststore/core
package now depends on the@faststore/cli
package. Before updating the@faststore/cli
package, make sure to check if this package is already listed in your dependencies. If not, check out the release note related to this change.
-
Open your FastStore codebase in the code editor of your preference.
-
Open the terminal and run the following:_10yarn add @faststore/cli@latest
-
Run
yarn dev
to sync the changes to your project.