mirror of https://github.com/certd/certd
chore: 1
parent
153e98b593
commit
2f7ef0620b
|
@ -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": {
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue