Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 255 Bytes

BUILD.md

File metadata and controls

8 lines (5 loc) · 255 Bytes

Building cerbos-setup-action

npm run build && npm run format && npm run lint && npm run package && npm test

npm run package will create or overwrite the dist/index.js and dist/index.js which is the executable part of the GitHub Action.