Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 798 Bytes

File metadata and controls

26 lines (17 loc) · 798 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

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