mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
ci: improve prettier output (#29684)
This commit is contained in:
parent
53b5bbe634
commit
f1a0470ca3
@ -12,7 +12,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"prettier": "prettier '**/{*.{js?(on),ts?(x),graphql,md,scss},.*.js?(on)}' --write --list-different --config prettier.config.js",
|
||||
"prettier-check": "yarn -s run prettier --write=false",
|
||||
"prettier-check": "yarn -s run prettier --write=false --check --list-different=false --loglevel=warn",
|
||||
"all:eslint": "DOCSITE_LIST=\"$(./dev/docsite.sh -config doc/docsite.json ls)\" dev/foreach-ts-project.sh yarn -s run eslint --quiet",
|
||||
"all:stylelint": "yarn --cwd client/web run stylelint && yarn --cwd client/shared run stylelint && yarn --cwd client/branded run stylelint && yarn --cwd client/browser run stylelint && yarn --cwd client/wildcard run stylelint",
|
||||
"build-ts": "tsc -b tsconfig.all.json",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user