Skip to content

Commit 34c8ec1

Browse files
committed
📝 Update CONTRIBUTING.md
1 parent 0c327f2 commit 34c8ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ If you want to run only specific tests, you can do `pnpm test -- -t "test name"`
2929
- `doc-<package name>` (don't forget to edit the `start` command too)
3030
- Add the `<package-name>-publish.yml` file in the `.github/workflows` folder, inspired from the other packages
3131
- Add the package in the main README.md
32-
- Add a `tsup.config.ts` file in the package folder, inspired from the other packages, or just use `tsup src/index.ts --format cjs,esm --clean --dts` as the build command
32+
- Add a `tsup.config.ts` file in the package folder, inspired from the other packages, or just use `tsup src/index.ts --format cjs,esm --clean && tsc --emitDeclarationOnly --declaration` as the build command
3333
- Copy `.prettierignore` from another package
3434
- Add a `tsconfig.json`

0 commit comments

Comments
 (0)