Skip to content

Commit

Permalink
Add build:changelog command
Browse files Browse the repository at this point in the history
  • Loading branch information
simov committed Mar 26, 2023
1 parent bbc56e2 commit 3f0b3f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"devDependencies": {
"coveralls": "^3.1.0",
"github-changes": "^2.0.3",
"mocha": "^7.2.0",
"nyc": "^15.1.0"
},
Expand All @@ -30,6 +31,7 @@
"types": "slugify.d.ts",
"scripts": {
"build": "node bin/build",
"build:changelog": "github-changes --owner simov --repository slugify --only-pulls --use-commit-body --date-format '(YYYY-MM-DD)' --file CHANGELOG.md --verbose",
"test:ci": "npx mocha --recursive",
"test:cov": "npx nyc --reporter=lcov --reporter=text-summary mocha -- --recursive",
"test": "npm run build && npm run test:ci"
Expand Down

0 comments on commit 3f0b3f5

Please sign in to comment.