8000 fix(tests): Have `npm start` run a full build by cpcallen · Pull Request #6770 · google/blockly · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix(tests): Have npm start run a full build #6770

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

Merged
merged 1 commit into from
Jan 13, 2023

Conversation

cpcallen
Copy link
Contributor

The basics

  • I branched from develop
  • My pull request is against develop
  • My code follows the style guide
  • I ran npm run format and npm run lint

The details

Resolves

Doing npm start in a clean checkout loads a broken playground, because the deps script does not run buildLangfiles.

Proposed Changes

To fix this have the start script run the build script rather than just deps. This also ensures that compressed playground loading would work too (though uncompressed is the default).

Doing npm start in a clean checkout loads a broken playground,
because the deps script does not run buildLangfiles.

To fix this (and also to ensure that compressed playground loading
also works, even though uncompressed is the default), have the
start script run the build script rather than just deps.
@cpcallen cpcallen requested a review from a team as a code owner January 13, 2023 13:09
@cpcallen cpcallen requested a review from maribethb January 13, 2023 13:09
@github-actions github-actions bot added PR: fix Fixes a bug and removed PR: fix Fixes a bug labels Jan 13, 2023
@cpcallen cpcallen changed the title fix(tests): Have npm start run a full build fix(tests): Have npm start run a full build Jan 13, 2023
@github-actions github-actions bot added PR: fix Fixes a bug and removed PR: fix Fixes a bug labels Jan 13, 2023
@cpcallen cpcallen merged commit c0d89bc into google:develop Jan 13, 2023
@cpcallen cpcallen deleted the fix/npm-start branch February 7, 2023 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0