Skip to content

Commit

Permalink
chore(contrib): update contributing content
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Dec 18, 2024
1 parent 86c1c29 commit 90d550f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ yarn dev
### Build package

Bundles the package to the `dist` folder.
The package is bundled with [Typescript tsc CLI](https://www.typescriptlang.org/docs/handbook/compiler-options.html) into multiple formats (CommonJS, ESM).
The package is bundled with [Vite Library Mode](https://vite.dev/guide/build#library-mode) into multiple formats (CommonJS, ESM).

```shell
yarn build
Expand Down

0 comments on commit 90d550f

Please sign in to comment.