Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 270 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 270 Bytes

Contributing to the Pulumi Backstage integration

Building

To build each of the plugins, run the following commands from one of the plugin folders:

yarn install
yarn tsc
yarn build

Publishing

To build the release package, run:

yarn pack