Skip to content

Conversation

@kdmccormick
Copy link
Member

This switches the static asset check over from the deprecated paver commands to the new 'npm run build' command. Doing so allows us to check both the prod AND dev build, whereas before we were only checking the prod build.

Please note that, as before, the "check" is only ensuring that the build returns 0. It is not checking the contents of the build output.

Closes: #34834

@kdmccormick kdmccormick force-pushed the kdmccormick/paver-rm-1.5-assets-check branch 3 times, most recently from d879e5b to 972501f Compare May 21, 2024 19:29
This switches the static asset check over from the deprecated
paver commands to the new 'npm run build' command. Doing so allows us
to check both the prod AND dev build, whereas before we were only
checking the prod build.

Please note that, as before, the "check" is only ensuring that the build
returns 0. It is not checking the contents of the build output.

Closes: openedx#34834
@kdmccormick kdmccormick force-pushed the kdmccormick/paver-rm-1.5-assets-check branch from 972501f to aaba274 Compare May 21, 2024 19:36
@kdmccormick
Copy link
Member Author

@feanil I pushed a couple small fixes. Feel free to rereview, otherwise I'll merge tomorrow AM.

@kdmccormick kdmccormick merged commit 69e5fa4 into openedx:master May 22, 2024
@kdmccormick kdmccormick deleted the kdmccormick/paver-rm-1.5-assets-check branch May 22, 2024 13:40
@kdmccormick kdmccormick mentioned this pull request May 22, 2024
@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production.

@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX production environment.

andrey-canon pushed a commit to nelc/edx-platform that referenced this pull request Nov 20, 2024
This switches the static asset check over from the deprecated
paver commands to the new 'npm run build' command. Doing so allows us
to check both the prod AND dev build, whereas before we were only
checking the prod build.

Please note that, as before, the "check" is only ensuring that the build
returns 0. It is not checking the contents of the build output.

Closes: openedx#34834
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.

Build and Test both the Dev and Production Webpack Asset Process

3 participants