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 22extends : substitution
33message : Use '%s' instead of '%s'
44level : error
5- ignorecase : false
5+ ignorecase : false # We want the swap to only swap when the input case exacty match.
66# swap maps tokens in form of bad: good
77# for more information: https://vale.sh/docs/topics/styles/#substitution
88swap :
Original file line number Diff line number Diff line change 1212 "build:public:ci" : " lerna run --no-private build --concurrency 8 --skip-nx-cache" ,
1313 "build:codesandbox" : " NODE_OPTIONS=\" --max_old_space_size=4096\" lerna run --concurrency 8 --scope \" @mui/*\" --scope \" @mui-internal/*\" --no-private build" ,
1414 "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 " ,
1616 "release:version" : " lerna version --no-changelog --no-push --no-git-tag-version --no-private --force-publish=@mui/core-downloads-tracker" ,
1717 "release:build" : " lerna run --concurrency 8 --no-private build --skip-nx-cache" ,
1818 "release:changelog" : " node scripts/releaseChangelog.mjs" ,
You can’t perform that action at this time.
0 commit comments