Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 271 Bytes

DEVELOPMENT.md

File metadata and controls

15 lines (11 loc) · 271 Bytes

Development

After you've cloned the repository to your local machine, install the dependencies:

npm install

To package the action for distribution after making the changes to the TypeScript code, run the following command:

npm run bundle