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