File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
"clean" : " rimraf .turbo node_modules storybook-static" ,
9
9
"dev" : " storybook dev -p 6006" ,
10
10
"format" : " prettier . --write" ,
11
- "format:check" : " prettier ." ,
11
+ "format:check" : " prettier . --check " ,
12
12
"typecheck" : " tsc --noEmit"
13
13
},
14
14
"dependencies" : {
Original file line number Diff line number Diff line change 7
7
"clean" : " rimraf .contentlayer .next .turbo node_modules tsconfig.tsbuildinfo" ,
8
8
"dev" : " next dev" ,
9
9
"format" : " prettier . --write" ,
10
- "format:check" : " prettier ." ,
10
+ "format:check" : " prettier . --check " ,
11
11
"lint" : " eslint ." ,
12
12
"lint:fix" : " eslint . --fix" ,
13
13
"start" : " next start" ,
Original file line number Diff line number Diff line change 37
37
"clean" : " rimraf .turbo dist node_modules" ,
38
38
"dev" : " tsup --watch" ,
39
39
"format" : " prettier . --write" ,
40
- "format:check" : " prettier ." ,
40
+ "format:check" : " prettier . --check " ,
41
41
"prepack" : " clean-package" ,
42
42
"postpack" : " clean-package restore" ,
43
43
"start" : " bun run dist/index.js" ,
Original file line number Diff line number Diff line change 45
45
"clean" : " rimraf .turbo coverage lib node_modules tsconfig.tsbuildinfo" ,
46
46
"dev" : " " ,
47
47
"format" : " prettier . --write" ,
48
- "format:check" : " prettier ." ,
48
+ "format:check" : " prettier . --check " ,
49
49
"postinstall" : " bun run build" ,
50
50
"lint" : " eslint ." ,
51
51
"lint:fix" : " eslint . --fix" ,
You can’t perform that action at this time.
0 commit comments