description |
---|
The esbuild-based TypeScript builder. |
{% hint style="warning" %} It uses esbuild so it ignores TypeScript type checking! You must use the test script for type checking before deployment. {% endhint %}
{% tabs %} {% tab title="npm" %}
npm run build
{% endtab %}
{% tab title="Yarn" %}
yarn build
{% endtab %}
{% tab title="pnpm" %}
pnpm build
{% endtab %}
{% tab title="Bun" %}
bun run build
{% endtab %}
{% endtabs %}