This commit is contained in:
ZtRXR 2023-09-02 00:17:22 +08:00
parent 16f4fe82cd
commit 56b1a8617f
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@
"scripts": {
"start": "ts-node src/index.ts",
"typeorm": "typeorm-ts-node-commonjs",
"serve": "npm i && npx tsc && node ./build/index.js"
"serve": "git pull && npm i && npx tsc && node ./build/index.js"
}
}