File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,23 +57,23 @@ scripts:
57
57
script : prettier "**/*.@(ts|tsx)" --write
58
58
listDifferent :
59
59
description : Check if any TS files would change by running prettier.
60
- script : prettier "**/*.@(ts|tsx)" --list-different
60
+ script : prettier "**/*.@(ts|tsx)" --check
61
61
js :
62
62
default :
63
63
description : Run prettier on JS.
64
64
# script: prettier "packages/**/*.@(js|jsx)" "spec/dummy/client/app/**/*.@(js|jsx)" "webpack.config.babel.js" "webpack/**/*.js" --write
65
65
script : prettier "**/*.@(js|jsx)" --write
66
66
listDifferent :
67
67
description : Check if any JS files would change by running prettier.
68
- # script: prettier "**/*.@(js|jsx)" "webpack.config.babel.js" "webpack/**/*.js" --list-different
69
- script : prettier "**/*.@(js|jsx)" --list-different
68
+ # script: prettier "**/*.@(js|jsx)" "webpack.config.babel.js" "webpack/**/*.js" --check
69
+ script : prettier "**/*.@(js|jsx)" --check
70
70
json :
71
71
default :
72
72
description : Run prettier on JSON files.
73
73
script : rm -rf packages/vm-renderer/tests/tmp && prettier "**/*.json" --write
74
74
listDifferent :
75
75
description : Check if any JSON files would change by running prettier.
76
- script : prettier "**/*.json" --list-different
76
+ script : prettier "**/*.json" --check
77
77
78
78
renderer :
79
79
description : Starts the node renderer.
You can’t perform that action at this time.
0 commit comments