# 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](https://docs.create-magento-app.com/v1/getting-started/updating-to-new-releases) section.

{% content-ref url="" %}
[](https://docs.create-magento-app.com/v1/getting-started/updating-to-new-releases)
{% endcontent-ref %}
