File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
extends : substitution
3
3
message : Use '%s' instead of '%s'
4
4
level : error
5
- ignorecase : false
5
+ ignorecase : false # We want the swap to only swap when the input case exacty match.
6
6
# swap maps tokens in form of bad: good
7
7
# for more information: https://vale.sh/docs/topics/styles/#substitution
8
8
swap :
Original file line number Diff line number Diff line change 12
12
"build:public:ci" : " lerna run --no-private build --concurrency 8 --skip-nx-cache" ,
13
13
"build:codesandbox" : " NODE_OPTIONS=\" --max_old_space_size=4096\" lerna run --concurrency 8 --scope \" @mui/*\" --scope \" @mui-internal/*\" --no-private build" ,
14
14
"pkg-pr-new-packages" : " node -e \" console.log(Object.values(require('./.codesandbox/ci.json').publishDirectory).join(' '))\" " ,
15
- "pkg-pr-new-release" : " pnpm dlx pkg-pr-new publish $(pnpm -s pkg-pr-new-packages) --template './examples/*' --comment=off --peerDeps" ,
15
+ "pkg-pr-new-release" : " pnpm dlx pkg-pr-new publish $(pnpm -s pkg-pr-new-packages) --pnpm -- template './examples/*' --comment=off --peerDeps --compact " ,
16
16
"release:version" : " lerna version --no-changelog --no-push --no-git-tag-version --no-private --force-publish=@mui/core-downloads-tracker" ,
17
17
"release:build" : " lerna run --concurrency 8 --no-private build --skip-nx-cache" ,
18
18
"release:changelog" : " node scripts/releaseChangelog.mjs" ,
You can’t perform that action at this time.
0 commit comments