You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,6 @@ If you want to run only specific tests, you can do `pnpm test -- -t "test name"`
29
29
-`doc-<package name>` (don't forget to edit the `start` command too)
30
30
- Add the `<package-name>-publish.yml` file in the `.github/workflows` folder, inspired from the other packages
31
31
- 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
0 commit comments