metamigo-common: build, fmt, lint
This commit is contained in:
parent
2a1ced5383
commit
75fb3f84c4
21 changed files with 95 additions and 156 deletions
|
|
@ -11,14 +11,14 @@ export const AppMetaConfig: ConvictSchema<IAppMetaConfig> = {
|
|||
doc: "The current application version",
|
||||
format: String,
|
||||
env: "npm_package_version",
|
||||
default: null,
|
||||
default: undefined,
|
||||
skipGenerate: true,
|
||||
},
|
||||
name: {
|
||||
doc: "Application name",
|
||||
format: String,
|
||||
env: "npm_package_name",
|
||||
default: null,
|
||||
default: undefined,
|
||||
skipGenerate: true,
|
||||
},
|
||||
figletFont: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue