chore: add coverage script

This commit is contained in:
2024-09-16 23:15:45 +03:00
committed by Chen Asraf
parent 89dc43c73d
commit 9145078471

View File

@@ -31,6 +31,7 @@
"dev": "tsc --watch",
"start": "ts-node src/scaffold.ts",
"test": "jest",
"coverage": "open coverage/lcov-report/index.html",
"cmd": "ts-node src/cmd.ts",
"docs:build": "cd docs && pnpm build",
"docs:watch": "cd docs && pnpm start",