Skip to content

Commit

Permalink
chore: update lint-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zhensherlock committed Sep 2, 2023
1 parent b3a51bd commit f0894ea
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 @@ -15,7 +15,7 @@
"build:types": "npm run clean:dist && tsc",
"build": "npm run build:types && rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -n changelog-option.js",
"lint-changelog": "concurrently \"npm run lint:lint-staged\" \"npm run changelog\""
"lint-changelog": "concurrently \"npm run lint\" \"npm run changelog\""
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f0894ea

Please sign in to comment.