mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
chore: 1
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
"lint": "mwts check",
|
"lint": "mwts check",
|
||||||
"lint:fix": "mwts fix",
|
"lint:fix": "mwts fix",
|
||||||
"ci": "npm run cov",
|
"ci": "npm run cov",
|
||||||
"build": "mwtsc --cleanOutDir",
|
"build": "mwtsc --cleanOutDir --skipLibCheck",
|
||||||
"up-mw-deps": "npx midway-version -u -w"
|
"up-mw-deps": "npx midway-version -u -w"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -29,8 +29,8 @@
|
|||||||
],
|
],
|
||||||
"references": [
|
"references": [
|
||||||
{ "path": "../../libs/midway-flyway-js" },
|
{ "path": "../../libs/midway-flyway-js" },
|
||||||
{ "path": "../../libs/k8s" },
|
{ "path": "../../libs/lib-k8s" },
|
||||||
{ "path": "../../libs/huawei" },
|
{ "path": "../../libs/lib-huawei" },
|
||||||
{ "path": "../../plugins/plugin-cert" },
|
{ "path": "../../plugins/plugin-cert" },
|
||||||
{ "path": "../../core/acme-client" },
|
{ "path": "../../core/acme-client" },
|
||||||
{ "path": "../../core/pipeline" }
|
{ "path": "../../core/pipeline" }
|
||||||
|
|||||||
Reference in New Issue
Block a user