Merge pull request #1270 from balena-io/fix-build-types-mz

Fix CI build error (missing @types/mz)
This commit is contained in:
Paulo Castro 2019-05-30 14:00:05 +01:00 committed by GitHub
commit 841ce9fd68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -1406,6 +1406,13 @@ Disables check for matching architecture in image and application
Pin the preloaded device (not application) to the preloaded release on provision
#### --add-certificate <certificate.crt>
Add the given certificate (in PEM format) to /etc/ssl/certs in the preloading container.
The file name must end with '.crt' and must not be already contained in the preloader's
/etc/ssl/certs folder.
Can be repeated to add multiple certificates.
#### --docker, -P <docker>
Path to a local docker socket (e.g. /var/run/docker.sock)

View File

@ -74,6 +74,7 @@
"@types/lodash": "4.14.112",
"@types/mixpanel": "2.14.0",
"@types/mkdirp": "0.5.2",
"@types/mz": "0.0.32",
"@types/net-keepalive": "^0.4.0",
"@types/node": "6.14.2",
"@types/prettyjson": "0.0.28",