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 53
53
},
54
54
"scripts" : {
55
55
"format" : " prettier --write . --config prettier.config.mjs --cache --cache-strategy content" ,
56
- "format:check" : " prettier --check . --config prettier.config.mjs" ,
56
+ "format:check" : " cd $INIT_CWD && run prettier --check . --config prettier.config.mjs --ignore-path ${PROJECT_CWD}/.gitignore " ,
57
57
"lint" : " eslint . --config eslint.config.mjs --cache --cache-strategy content" ,
58
58
"lint:fix" : " eslint --fix . --config eslint.config.mjs" ,
59
59
"build" : " yarn build:packages" ,
Original file line number Diff line number Diff line change 95
95
"build" : " yarn clean && yarn run-build && tsx scripts/fixUniqueSymbolExports.mts" ,
96
96
"build-only" : " yarn clean && yarn run-build" ,
97
97
"format" : " prettier --write . '!dist' --cache --cache-strategy content" ,
98
- "format:check" : " prettier --check . '!dist' " ,
98
+ "format:check" : " run -T format:check " ,
99
99
"lint" : " eslint . --config eslint.config.mjs --cache --cache-strategy content" ,
100
100
"lint:fix" : " eslint --fix . --config eslint.config.mjs" ,
101
101
"test" : " vitest --typecheck --run " ,
You can’t perform that action at this time.
0 commit comments