ci: fix server build (#3541)

This commit is contained in:
Alex Yang
2023-08-03 00:10:02 -07:00
committed by GitHub
parent ea34d66e14
commit e718428d50
2 changed files with 25 additions and 6 deletions

View File

@@ -8,6 +8,7 @@
"run-test": "./scripts/run-test.ts"
},
"scripts": {
"build": "tsc",
"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",