mirror of
https://github.com/certd/certd.git
synced 2026-07-16 10:47:31 +08:00
fix: 修复上传到cos报runtimeDepsService未初始化的问题
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
"format": "prettier --write src",
|
||||
"lint": "mwts fix",
|
||||
"ci": "pnpm run cov",
|
||||
"lint2": "cross-env NODE_ENV=production mwtsc -p tsconfig.build.json",
|
||||
"build-only": "cross-env NODE_ENV=production mwtsc -p tsconfig.build.json --cleanOutDir --skipLibCheck",
|
||||
"build": "pnpm run build-only && pnpm run export-metadata",
|
||||
"export-metadata": "node export-plugin-yaml.js",
|
||||
@@ -133,6 +134,7 @@
|
||||
"rimraf": "^5.0.5",
|
||||
"ts-node": "^10.9.2",
|
||||
"tslib": "^2.8.1",
|
||||
"eslint":"^7.32.0",
|
||||
"typescript": "^5.4.2",
|
||||
"why-is-node-running": "^3.2.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user