Skip to content

Commit

Permalink
refactor: exclude priority
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `exclude`'s priority higher than `include`
  • Loading branch information
hemengke1997 committed Feb 6, 2024
1 parent 929fcac commit 03a7032
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 @@ -47,7 +47,7 @@
"fix": "eslint --fix .",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"up": "pnpm update --i --L",
"bump": "bumpp package.json -c -p -t --all -x \"pnpm run changelog\""
"bump": "bumpp package.json -c --no-push -t --all -x \"pnpm run changelog\""
},
"peerDependencies": {
"postcss": ">=8.0.0"
Expand Down

0 comments on commit 03a7032

Please sign in to comment.