Skip to content

Commit a00d2c9

Browse files
committed
chore: build serve
1 parent a0f57f8 commit a00d2c9

File tree

3 files changed

+69
-65
lines changed

3 files changed

+69
-65
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/koa-static": "^4.0.2",
3636
"@types/koa2-cors": "^2.0.1",
3737
"@types/lodash": "^4.14.165",
38-
"@types/node": "^18.14.1",
38+
"@types/node": "^24.0.1",
3939
"@types/node-fetch": "^2.5.7",
4040
"@types/pify": "^3.0.2",
4141
"@types/validator": "^13.1.3",
@@ -52,11 +52,12 @@
5252
"ts-node": "^8.10.2",
5353
"tsconfig-paths": "^3.9.0",
5454
"tslint": "^6.1.3",
55-
"typescript": "^3.9.6"
55+
"typescript": "^4.9.0"
5656
},
5757
"scripts": {
5858
"lint": "eslint ./packages --max-warnings 0 --ext .ts,.tsx --fix",
5959
"dev": "cross-env NODE_ENV=dev nodemon",
60+
"build":"tsc",
6061
"prod": "npm run build && npx pm2 start ecosystem.config.js --env production",
6162
"reload": "npm run build && pm2 reload api-server --parallel 32 --update-env",
6263
"api:download": "node packages/scripts/download.js",

0 commit comments

Comments
 (0)