diff options
| author | Shinigami <[email protected]> | 2024-02-16 16:23:27 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-16 15:23:27 +0000 |
| commit | db88a1518e8d0ccfe191bd48a1ae8641a9a25303 (patch) | |
| tree | 6dec3716967b04b8839dc4b5c4b2f13021fa0733 /CONTRIBUTING.md | |
| parent | 44d698e14f48a32259fd52a39d1e3028f84f3c06 (diff) | |
| download | faker-db88a1518e8d0ccfe191bd48a1ae8641a9a25303.tar.xz faker-db88a1518e8d0ccfe191bd48a1ae8641a9a25303.zip | |
chore!: switch to tsup (#2391)
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d5a9ff79..198aee4f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ This is a shorthand for running the following scripts in order: ## Good to know -- The project is being built by [esbuild](https://esbuild.github.io) (see [bundle.ts](scripts/bundle.ts)) +- The project is being built by [tsup](https://tsup.egoist.dev) (see [tsup.config.ts](tsup.config.ts)) - The documentation is running via VitePress. Make sure you **build** the project before running the docs, cause some files depend on `dist`. Use `pnpm run docs:dev` to edit them in live mode. @@ -49,7 +49,7 @@ Please only change files related to one module (e.g. person, location) whenever ## Building Faker -The project is being built by [esbuild](https://esbuild.github.io) (see [bundle.ts](scripts/bundle.ts)) +The project is being built by [tsup](https://tsup.egoist.dev) (see [tsup.config.ts](tsup.config.ts)) ```shell pnpm install |
