mirror of
https://github.com/certd/certd.git
synced 2026-07-29 16:47:36 +08:00
chore: format
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
"test:unit": "cross-env NODE_ENV=unittest mocha --no-config --node-option no-warnings --node-option loader=ts-node/esm \"src/**/*.test.ts\"",
|
"test:unit": "cross-env NODE_ENV=unittest mocha --no-config --node-option no-warnings --node-option loader=ts-node/esm \"src/**/*.test.ts\"",
|
||||||
"cov": "cross-env c8 --all --reporter=text --reporter=lcovonly pnpm run test",
|
"cov": "cross-env c8 --all --reporter=text --reporter=lcovonly pnpm run test",
|
||||||
"lint": "mwts check",
|
"lint": "mwts check",
|
||||||
|
"format": "prettier --write src",
|
||||||
"lint:fix": "mwts fix",
|
"lint:fix": "mwts fix",
|
||||||
"ci": "pnpm run cov",
|
"ci": "pnpm run cov",
|
||||||
"build-only": "cross-env NODE_ENV=production mwtsc -p tsconfig.build.json --cleanOutDir --skipLibCheck",
|
"build-only": "cross-env NODE_ENV=production mwtsc -p tsconfig.build.json --cleanOutDir --skipLibCheck",
|
||||||
|
|||||||
+1
-1
@@ -17,7 +17,7 @@ input:
|
|||||||
component:
|
component:
|
||||||
name: output-selector
|
name: output-selector
|
||||||
from:
|
from:
|
||||||
- ':cert:'
|
- ":cert:"
|
||||||
required: true
|
required: true
|
||||||
order: 0
|
order: 0
|
||||||
certDomains:
|
certDomains:
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user