Skip to content

Commit

Permalink
Merge branch 'feat/uiser-155' of github.com:folio-org/ui-serials-mana…
Browse files Browse the repository at this point in the history
…gement into feat/uiser-155
  • Loading branch information
Jack-Golding committed Sep 27, 2024
2 parents 3edd5fd + a53b747 commit 449e989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "stripes build --output ./output",
"lint": "eslint .",
"test": "yarn run test:jest",
"test:jest": "jest --ci --coverage",
"test:jest": "jest --ci --coverage --maxWorkers=50%",
"test:unit": "yarn run test:jest && yarn run test:unit:report",
"build-mod-descriptor": "stripes mod descriptor --full --strict | jq '.[]' > module-descriptor.json ",
"test:unit:report": "cp -r ./artifacts/coverage-jest ./artifacts/coverage"
Expand Down

0 comments on commit 449e989

Please sign in to comment.