balena-cli/lib
Lucian 05d58d8248 Fix CI instability when building Typescript
The error appears to happen when symlinking typing files and manifests
on case sensitive file systems (like windows) with the error:
```
lib/actions-oclif/env/add.ts(73,16): error TS2742: The inferred type of 'flags' cannot be named without a reference to '../../../../../../../../../volumes/live/c64feead-f78e-4bd4-742d-ccd29aef53c4/volume/node_modules/@oclif/parser/lib/flags'. This is likely not portable. A type annotation is necessary.
lib/actions-oclif/version.ts(42,16): error TS2742: The inferred type of 'flags' cannot be named without a reference to '../../../../../../../../volumes/live/c64feead-f78e-4bd4-742d-ccd29aef53c4/volume/node_modules/@oclif/parser/lib/flags.js'. This is likely not portable. A type annotation is necessary.
```

This appears to be reported on the Typescript repo here https://github.com/microsoft/TypeScript/issues/29221
The suggested workaround is to explicitly set the type of the `flags` static
property.

Change-type: patch
Signed-off-by: Lucian <lucian.buzzo@gmail.com>
2019-08-09 12:01:46 +01:00
..
actions Support headless remote builds 2019-08-06 08:45:05 +01:00
actions-oclif Fix CI instability when building Typescript 2019-08-09 12:01:46 +01:00
auth Rename everything from 'resin' to 'balena' 2018-10-29 22:29:02 +01:00
utils Support headless remote builds 2019-08-06 08:45:05 +01:00
app-capitano.coffee Add options to 'balena version' to show Node.js version 2019-06-27 16:22:26 +01:00
app-common.ts Pin prettier and add formatting changes 2019-06-10 11:07:51 +01:00
app-oclif.ts Add options to 'balena version' to show Node.js version 2019-06-27 16:22:26 +01:00
app.ts Add options to 'balena version' to show Node.js version 2019-06-27 16:22:26 +01:00
config.ts Add "build secrets" and "build variables" support for push/build/deploy 2019-07-15 16:23:35 +01:00
errors.ts chore: fix up small typos, remove gitter link 2019-07-17 20:12:52 +01:00
events.ts Update mixpanel tracking 2019-07-22 13:42:44 +01:00
global.d.ts Bump min Node.js version to 8.0, ts-node to 8.1 and typescript to 3.4. 2019-06-04 13:51:55 +01:00