Skip to content

Commit

Permalink
release([email protected]): enable pre-release test/coverage check
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Nov 8, 2023
1 parent 0285204 commit 85b53ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description": "Catalog of platforms that Fadroma can operate on.",
"scripts": {
"check": "tsc --noEmit",
"ubik": "pnpm check && ubik",
"ubik": "pnpm check && pnpm cov all && ubik",
"test": "time ensuite connect.test.ts",
"cov": "time ensuite-cov -r text -r lcov -- connect.test.ts"
},
Expand Down

0 comments on commit 85b53ac

Please sign in to comment.