webpro/DOMtastic

View on GitHub
.release-it.json

Summary

Maintainability
Test Coverage
{
  "scripts": {
    "beforeStart": ["npm run lint", "npm run coverage", "npm run test:jquery"],
    "beforeStage": ["npm run build"]
  },
  "github": {
    "release": true
  }
}