Run linters for all web app packages as part of Web App CI linting (#22576)

Этот коммит содержится в:
Harrison Healey
2023-03-23 10:10:28 -04:00
коммит произвёл GitHub
родитель a31159257d
Коммит f294ef9843
6 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@@ -17,8 +17,8 @@
"check-style:fix:prettier": "prettier --write './src/**/*.scss'",
"check-types": "tsc",
"check-types:fix": "npm run check-types -- --noEmit --fix",
"check": "npm run check-lint && npm run check-style && npm run check-types",
"fix": "npm run check-lint:fix && npm run check-style:fix && npm run check-types:fix",
"check": "npm run check-lint && npm run check-style",
"fix": "npm run check-lint:fix && npm run check-style:fix",
"test": "jest --forceExit --detectOpenHandles --verbose",
"test:watch": "jest --watch",
"test:updatesnapshot": "jest --updateSnapshot",