Skip to content

Commit 69963f9

Browse files
committed
docs: note legacy transloadit packaging
1 parent f9b29fb commit 69963f9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@ Coverage reports are:
7979

8080
View the coverage report locally by opening `coverage/index.html` in your browser.
8181

82+
## Packaging the legacy `transloadit` package
83+
84+
The `packages/transloadit` folder is a generated legacy wrapper. The `src` directory and top-level `README.md`, `CHANGELOG.md`, and `LICENSE` are produced during packing by `scripts/prepare-transloadit.js` and are not tracked in git. If you need to validate the legacy package contents, run:
85+
86+
```sh
87+
yarn pack
88+
```
89+
8290
## Releasing
8391

8492
Only maintainers can make releases. Releases to [npm](https://www.npmjs.com) are automated using GitHub actions. To make a release, perform the following steps:

0 commit comments

Comments
 (0)