Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Maze app from external repo #22314

Merged

Conversation

Hamms
Copy link
Contributor

@Hamms Hamms commented May 10, 2018

Reverts #22298 and requires code-dot-org/maze#7

With this PR, we are now including a built version of Maze from npm, rather than grabbing the source from github and building it ourselves. This takes advantage of the npm packaging introduced in code-dot-org/maze#7 and requires us to update a handful of require paths to reflect the new internal structure of the package.

The PR that this un-reverts was failing because yarn was caching maze based on the version and not the commit hash, and the version being cached did not include this fix.

By updating to a direct npm version style inclusion rather than a commit hash inclusion, we fix that and prevent it from happening again.

@Hamms Hamms requested a review from joshlory May 11, 2018 00:13
@Hamms Hamms merged commit d720692 into staging May 11, 2018
@Hamms Hamms deleted the revert-22298-revert-21452-revert-21388-revert-21137-export-maze branch May 11, 2018 20:16
Hamms added a commit that referenced this pull request May 22, 2018
Since as of #22314, the
transpiling is handled by Maze's own build process.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants