mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 02:42:25 +08:00
test(server): fix script
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "nodemon ./src/index.ts",
|
||||
"test": "ts-node-esm ./scripts/run-test.ts all",
|
||||
"test:coverage": "c8 ts-node-esm ./scripts/run-test.ts all"
|
||||
"test": "yarn exec ts-node-esm ./scripts/run-test.ts all",
|
||||
"test:coverage": "c8 yarn exec ts-node-esm ./scripts/run-test.ts all"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/server": "^4.6.0",
|
||||
|
||||
Reference in New Issue
Block a user