test(server): watch mode (#2893)

This commit is contained in:
Alex Yang
2023-06-28 18:00:06 +08:00
committed by GitHub
parent 877ceee698
commit 92f378aefc
2 changed files with 8 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
"scripts": {
"dev": "nodemon ./src/index.ts",
"test": "yarn exec ts-node-esm ./scripts/run-test.ts all",
"test:watch": "yarn exec ts-node-esm ./scripts/run-test.ts all --watch",
"test:coverage": "c8 yarn exec ts-node-esm ./scripts/run-test.ts all",
"postinstall": "prisma generate"
},