# Build

{% hint style="warning" %}
It uses esbuild so **it ignores TypeScript type checking**! You must use the [test script](https://ghom.gitbook.io/bot.ts/command-line/test) for type checking before deployment.
{% endhint %}

## Usage

{% tabs %}
{% tab title="npm" %}

```bash
npm run build
```

{% endtab %}

{% tab title="Yarn" %}

```bash
yarn build
```

{% endtab %}

{% tab title="pnpm" %}

```bash
pnpm build
```

{% endtab %}

{% tab title="Bun" %}

```bash
bun run build
```

{% endtab %}
{% endtabs %}
