Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 535 Bytes

build.md

File metadata and controls

46 lines (30 loc) · 535 Bytes
description
The esbuild-based TypeScript builder.

Build

{% hint style="warning" %} It uses esbuild so it ignores TypeScript type checking! You must use the test script for type checking before deployment. {% endhint %}

Usage

{% 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 %}