pull/101/head
xiaojunnuo 2024-07-20 14:27:41 +08:00
parent 153e98b593
commit 2f7ef0620b
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
"lint": "mwts check",
"lint:fix": "mwts fix",
"ci": "npm run cov",
"build": "mwtsc --cleanOutDir",
"build": "mwtsc --cleanOutDir --skipLibCheck",
"up-mw-deps": "npx midway-version -u -w"
},
"dependencies": {

View File

@ -29,8 +29,8 @@
],
"references": [
{ "path": "../../libs/midway-flyway-js" },
{ "path": "../../libs/k8s" },
{ "path": "../../libs/huawei" },
{ "path": "../../libs/lib-k8s" },
{ "path": "../../libs/lib-huawei" },
{ "path": "../../plugins/plugin-cert" },
{ "path": "../../core/acme-client" },
{ "path": "../../core/pipeline" }