Skip to content

Commit

Permalink
chore(RHINENG-16215): add verify script to package.json (#586)
Browse files Browse the repository at this point in the history
* add verify script to package.json

* revert to the original script
  • Loading branch information
opacut authored Feb 27, 2025
1 parent 495f027 commit ec1c989
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"translations": "npm-run-all translations:*",
"translations:extract": "npx formatjs extract ./src/*.js --out-file ./build/messages/src/Messages.json",
"translations:compile": "npx formatjs compile ./build/messages/src/Messages.json --out-file ./locales/translations.json",
"travis:verify": "npm run test:coverage"
"travis:verify": "npm run test:coverage",
"verify": "npm-run-all build lint test"
},
"jest": {
"collectCoverage": true,
Expand Down

0 comments on commit ec1c989

Please sign in to comment.