Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
piecioshka committed Oct 17, 2024
1 parent 9f710f3 commit eadf09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"watch": "webpack -w",
"test": "jasmine test/specs/**/**.js",
"coverage": "nyc npm run test && nyc report --reporter=html",
"version": "npm run build && auto-changelog -p && git add CHANGELOG.md"
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"auto-changelog": {
"commit-limit": false,
Expand Down

0 comments on commit eadf09b

Please sign in to comment.