mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-06-03 06:31:13 +08:00
fix the production package cannot run issue caused by glob(path-scurry) module error - maybe the version of glob is too new, and there exists different version of glob, so download rimraf and typeorm to makes major version of glob at 7
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
"dependencies": {
|
||||
"reflect-metadata": "^0.2.1",
|
||||
"sqlite3": "^5.1.7",
|
||||
"typeorm": "^0.3.20",
|
||||
"typeorm": "0.3.11",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "rimraf dist && tsc --outDir dist --watch true",
|
||||
"build": "rimraf dist && tsc --outDir dist",
|
||||
"postinstall": "npm run build"
|
||||
"postinstall": "npm run build || exit 0;"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user