> For the complete documentation index, see [llms.txt](https://docs.scandipwa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scandipwa.com/getting-started-1/updating-scandipwa/cma-upgrade.md).

# CMA upgrade

From the CMA project root, bump the version of `@scandipwa/magento-scripts` to the latest release and install it:

{% tabs %}
{% tab title="yarn (recommended)" %}

```bash
yarn add @scandipwa/magento-scripts@latest
```

{% endtab %}

{% tab title="npm" %}

```
npm install @scandipwa/magento-scripts@latest
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
This will update the packages of [Create Magento App](https://docs.create-magento-app.com/). Find more information [here](https://docs.create-magento-app.com/getting-started/updating-to-new-releases).
{% endhint %}

We commit to keeping the breaking changes to a minimum. However, you should check if there are any migration instructions in the [changelog](https://github.com/scandipwa/create-magento-app) and follow them to adapt to a new version.

Restart the compilation script and verify that everything is working as expected.
