git pull
This commit is contained in:
parent
16f4fe82cd
commit
56b1a8617f
@ -19,6 +19,6 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "ts-node src/index.ts",
|
"start": "ts-node src/index.ts",
|
||||||
"typeorm": "typeorm-ts-node-commonjs",
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user