ci: Better locale coverage comment (#2616)

Co-authored-by: kbariotis <konmpar@gmail.com>
This commit is contained in:
Lipis 2020-12-19 20:35:03 +02:00 committed by GitHub
parent 4ff8f3b006
commit d3bebbc68d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 173 additions and 16 deletions

View file

@ -90,6 +90,7 @@
"fix:other": "npm run prettier -- --write",
"fix": "npm run fix:other && npm run fix:code",
"locales-coverage": "node scripts/build-locales-coverage.js",
"locales-coverage:comment": "node scripts/locales-coverage-comment.js",
"prettier": "prettier \"**/*.{css,scss,json,md,html,yml}\" --ignore-path=.eslintignore",
"start": "react-scripts start",
"test:all": "npm run test:typecheck && npm run test:code && npm run test:other && npm run test:app -- --watchAll=false",