File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 25
25
"prepublishOnly" : " npm run build-changelog; npm run build-help; npm run build" ,
26
26
"build" : " webpack -p --progress" ,
27
27
"build-help" : " marked -i ./lib/help/help.md -o ./public/help/help.html; cat ./public/CHANGELOG.html >> ./public/help/help.html" ,
28
- "build-changelog" : " auto-changelog -p --template changelog-nolink-template.hbs --stdout | marked -o ./public/CHANGELOG.html" ,
28
+ "build-changelog" : " auto-changelog -p --template changelog-nolink-template.hbs --stdout | fgrep -v 'dependabot[bot]' | marked -o ./public/CHANGELOG.html" ,
29
29
"watch" : " webpack -d --watch" ,
30
30
"create-release" : " github-create-release --owner signalk --repository instrumentpanel" ,
31
31
"release" : " git tag -d v$npm_package_version && git tag v$npm_package_version && git push --tags && git push && npm run create-release"
You can’t perform that action at this time.
0 commit comments