Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/rush-lib > RushConfigurationProject > publishFolder

RushConfigurationProject.publishFolder property

The full path of the folder that will get published by Rush.

Signature:

readonly publishFolder: string;

Remarks

By default this is the same as the project folder, but a custom folder can be specified using the the "publishFolder" setting in rush.json.

Example: C:\MyRepo\libraries\my-project\temp\publish