Skip to content

Commit b70de08

Browse files
committed
format test
1 parent 6125426 commit b70de08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"scripts": {
1212
"format": "concurrently 'yarn:format:*'",
1313
"format:c": "clang-format -i $(git ls-files '*.cpp' '*.h' '*.m' '*.mm') --style file:.config/.clang-format",
14-
"format:js": "prettier --write --loglevel error $(git ls-files '*.js' '*.json' '*.ts' '*.tsx' '*.yml' 'README.md')",
14+
"format:js": "prettier --write $(git ls-files '*.js' '*.json' '*.ts' '*.tsx' '*.yml' 'README.md')",
1515
"test:lint": "turbo run test:lint",
1616
"test:ts": "turbo run test:ts",
17-
"test:unit": "turbo run test:unit"
17+
"test:format": "prettier --check --loglevel warn $(git ls-files '*.js' '*.json' '*.ts' '*.tsx' '*.yml' 'README.md')"
1818
},
1919
"devDependencies": {
2020
"concurrently": "^8.2.2",

0 commit comments

Comments
 (0)