> For the complete documentation index, see [llms.txt](https://docs.create-magento-app.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.create-magento-app.com/getting-started/updating-to-new-releases/testing-alpha-releases.md).

# Testing Alpha Releases

Stable release of `@scandipwa/magento-scripts` package is releases in the end of the week, but sometimes we release an alpha version sooner.\
If you see an alpha release in [releases section on GitHub](https://github.com/scandipwa/create-magento-app/releases), you can install them by running command:

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

```
yarn add @scandipwa/magento-scripts@alpha
```

{% endtab %}

{% tab title="npm" %}

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

{% endtab %}
{% endtabs %}

To return to stable release channel, use [Updating to New Releases](/getting-started/updating-to-new-releases.md) section.

{% content-ref url="/pages/-MQwi0gNKyS-NeEUvL7L" %}
[Updating to New Releases](/getting-started/updating-to-new-releases.md)
{% endcontent-ref %}
