.bundlemonrc.json 272 B

1234567891011121314
  1. {
  2. "baseDir": "./packages",
  3. "files": [
  4. {
  5. "friendlyName": "gill production bundle",
  6. "path": "gill/dist/index.production.min.js"
  7. },
  8. {
  9. "path": "**/dist/**/index.*.mjs"
  10. }
  11. ],
  12. "includeCommitMessage": true,
  13. "reportOutput": ["github"]
  14. }