Skip to content

Console Output

+ yarn install
yarn install v1.22.4
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
$ yarn run clean && yarn run build
yarn run v1.22.4
$ rimraf lib artifacts
Done in 0.10s.
yarn run v1.22.4
$ tsc -p ./lib.tsconfig.json && yarn run lint
src/elk-layout.ts(253,23): error TS6133: 'sJunction' is declared but its value is never read.
src/elk-layout.ts(258,38): error TS2552: Cannot find name 'sJunstion'. Did you mean 'sJunction'?
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.