Skip to content

revert: build: copy from node_modules using NPM postinstall hook, not Paver - #32766

Merged
kdmccormick merged 1 commit into
masterfrom
revert-32717-kdmccormick/copy-node-modules
Jul 17, 2023
Merged

revert: build: copy from node_modules using NPM postinstall hook, not Paver#32766
kdmccormick merged 1 commit into
masterfrom
revert-32717-kdmccormick/copy-node-modules

Conversation

@kdmccormick

@kdmccormick kdmccormick commented Jul 17, 2023

Copy link
Copy Markdown
Member

Reverts #32717 since it is breaking the Docker build,
both in the edx-platform CI, and for Tutor Nightly.

edx@0.1.0 postinstall
scripts/copy-node-modules.sh

sh: 1: scripts/copy-node-modules.sh: not found

The problems seems to be that npm install is run before scripts/
is copied in, but the new post-install hook counts on
scripts/copy-node-modules.sh existing.

@kdmccormick
kdmccormick enabled auto-merge (squash) July 17, 2023 18:12
@kdmccormick
kdmccormick disabled auto-merge July 17, 2023 18:13
@kdmccormick
kdmccormick enabled auto-merge (squash) July 17, 2023 18:13
@kdmccormick
kdmccormick disabled auto-merge July 17, 2023 18:14
@kdmccormick
kdmccormick enabled auto-merge July 17, 2023 18:14
@kdmccormick
kdmccormick merged commit 5060ec5 into master Jul 17, 2023
@kdmccormick
kdmccormick deleted the revert-32717-kdmccormick/copy-node-modules branch July 17, 2023 18:34
@edx-pipeline-bot

Copy link
Copy Markdown
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
Copy Markdown
Contributor

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

@edx-pipeline-bot

Copy link
Copy Markdown
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
Copy Markdown
Contributor

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

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.

3 participants