mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-27 20:12:47 +00:00
fix: tests aborting early
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"publish-packages": "pnpm changeset version && pnpm syncpack:fix && pnpm install && pnpm format:fix && git add . && git commit -m \"docs: update changelogs for release\" -m \"ci: publish release\" && git push && pnpm changeset tag && git push --follow-tags",
|
||||
"syncpack": "syncpack list-mismatches && syncpack lint-semver-ranges --types dev,peer,prod",
|
||||
"syncpack:fix": "syncpack format && syncpack fix-mismatches",
|
||||
"test": "trap 'node coverage.mjs' EXIT && dotenv -c -- turbo run test",
|
||||
"test": "trap 'node coverage.mjs' EXIT && dotenv -c -- turbo run test --continue",
|
||||
"test:integration": "dotenv -c -- turbo run test:integration",
|
||||
"test:integration:app": "dotenv -c -- turbo run test:integration --filter=@openstapps/app",
|
||||
"test:integration:backend": "dotenv -c -- turbo run test:integration --filter=@openstapps/backend",
|
||||
@@ -40,8 +40,8 @@
|
||||
"junit-report-merger": "6.0.3",
|
||||
"prettier": "3.1.1",
|
||||
"syncpack": "12.3.0",
|
||||
"turbo": "1.13.3",
|
||||
"turbo-ignore": "1.13.3",
|
||||
"turbo": "1.13.4",
|
||||
"turbo-ignore": "1.13.4",
|
||||
"typedoc": "0.25.12",
|
||||
"typescript": "5.4.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user