Add GGT deploy command #2765
Annotations
2 errors and 10 warnings
Run lint:
src/commands/deploy.ts#L143
'error' is declared but its value is never read.
|
Run lint
Process completed with exit code 1.
|
Run lint:
src/commands/deploy.ts#L143
'error' is defined but never used. Allowed unused args must match /^_/u
|
Run lint:
src/commands/deploy.ts#L143
Unexpected empty method 'error'
|
Run lint:
src/commands/deploy.ts#L145
Promise-returning function provided to property where a void return was expected
|
Run lint:
src/commands/deploy.ts#L145
Async method 'next' has no 'await' expression
|
Run lint:
src/commands/deploy.ts#L146
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Run lint:
src/commands/deploy.ts#L164
Strings must use doublequote
|
Run lint:
src/commands/deploy.ts#L176
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Run lint:
src/commands/deploy.ts#L176
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Run lint:
src/commands/deploy.ts#L176
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Run lint:
src/commands/deploy.ts#L180
Strings must use doublequote
|
The logs for this run have expired and are no longer available.
Loading