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 1111 "test" : " vitest run" ,
1212 "prettier" : " prettier --write . --ignore-path=../.eslintignore" ,
1313 "prettier:check" : " prettier . --check --ignore-path=../.eslintignore" ,
14- "spellcheck" : " cspell '**/*.md' '**/*.json' --config ../cspell.json"
14+ "spellcheck" : " cspell '**/*.md' '**/*.json' --config ../cspell.json --no-progress "
1515 },
1616 "dependencies" : {
1717 "gray-matter" : " 4.0.3"
Original file line number Diff line number Diff line change 2424 "prettier:check" : " prettier . --check --ignore-path=./.eslintignore" ,
2525 "sitemap" : " yarn dlx tsx src/scripts/generateSitemap.ts" ,
2626 "snapshot:update" : " jest --updateSnapshot" ,
27- "spellcheck" : " cspell '**/*.md' '**/*.yml' --config ../cspell.json" ,
27+ "spellcheck" : " cspell '**/*.md' '**/*.yml' --config ../cspell.json --no-progress " ,
2828 "start" : " next start" ,
2929 "storybook" : " storybook dev -p 6006" ,
3030 "test" : " cross-env-shell DEBUG_PRINT_LIMIT=50000 jest" ,
You can’t perform that action at this time.
0 commit comments