Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

fetch manifest in turtle-cli #91

Merged
merged 2 commits into from
Jun 12, 2019

Conversation

wkozyra95
Copy link
Contributor

Why

For turtle-cli builds manifest was fetched by xdl, so when unimodules were resolved it was not available

@wkozyra95 wkozyra95 requested a review from dsokal June 12, 2019 10:11
@wkozyra95 wkozyra95 force-pushed the @wkozyra95/fetch-manifest-in-turtle-cli branch from a9d13cd to 2ae8452 Compare June 12, 2019 10:14
@@ -75,12 +75,12 @@ async function runShellAppBuilder(

logger.info({ buildPhase: 'resolve native modules' }, 'Resolving universal modules dependencies');
const enabledModules = semver.satisfies(sdkVersion, '>= 33.0.0')
? await resolveNativeModules(workingDir, manifest && manifest.dependencies)
? await resolveNativeModules(workingDir, _.get(manifest, 'dependencies'))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That change doesn't really change anything :P

CHANGELOG.md Outdated Show resolved Hide resolved
Co-Authored-By: Dominik Sokal <dominiksokal@gmail.com>
@wkozyra95 wkozyra95 merged commit 0ab4d2e into master Jun 12, 2019
@wkozyra95 wkozyra95 deleted the @wkozyra95/fetch-manifest-in-turtle-cli branch August 6, 2019 08:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants