Update npm all:ci script

This commit is contained in:
IvanZosimov 2022-12-19 14:24:45 +01:00
parent 7dfab7a600
commit aab1763e57
8 changed files with 2171 additions and 2171 deletions

View File

@ -16,7 +16,7 @@
"test:only-errors": "jest --reporters jest-silent-reporter --silent",
"test:watch": "jest --watch --notify --expand",
"all": "npm run format && npm run lint && npm run build && npm test",
"all:ci": "npm run lint:all && npm run build && npm run test:only-errors",
"all:ci": "npm run format && npm run lint && npm run build && npm run test:only-errors",
"prerelease": "npm run build",
"release": "standard-version",
"release:dry-run": "standard-version --dry-run"