Skip to content

[refactor] Changed file structure and added factories #16

[refactor] Changed file structure and added factories

[refactor] Changed file structure and added factories #16

Re-run triggered November 18, 2023 23:52
Status Failure
Total duration 30s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: bin/index.ts#L8
Module '"../lib/command"' has no exported member 'CommandInvoker'.
build: bin/index.ts#L9
Module '"../lib/command"' has no exported member 'Command'.
build: lib/command/CommandInvoker.ts#L1
Cannot find module './command' or its corresponding type declarations.
build: lib/command/commandFactory.ts#L3
Module '"."' has no exported member 'Command'.
build: lib/command/commandFactory.ts#L4
Module '"."' has no exported member 'LsCommand'.
build: lib/command/commandFactory.ts#L5
Module '"."' has no exported member 'SyncCommand'.
build: lib/command/commandFactory.ts#L6
Module '"."' has no exported member 'UpdateAllCommand'.
build: lib/command/commandFactory.ts#L7
Module '"."' has no exported member 'CompareCommand'.
build: lib/command/commandFactory.ts#L8
Module '"."' has no exported member 'UpdateCommand'.
build: lib/command/commandFactory.ts#L9
Module '"."' has no exported member 'RevertCommand'.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/