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

CI: don't clean assets/vendor for local builds #940

Merged
merged 1 commit into from
Mar 21, 2022

Conversation

chalin
Copy link
Collaborator

@chalin chalin commented Mar 21, 2022

This change will make it easer for contributors running local build commands since it avoids removing the submodules. (We're still removing the submodules for preview and production builds to ensure that the build isn't using the submodules.)

Advanced dev notes:

  • You can also drop the submodules on local builds by running: DOCSY_VENDOR=clean npm run build
  • To recover the submodules, run npm run get:submodule (at the repo root).

@chalin chalin added the CI/infra CI & infrastructure label Mar 21, 2022
@chalin chalin merged commit 02df04c into google:main Mar 21, 2022
@chalin chalin deleted the chalin-gitpod-vendor-env-cmd-2022-03-21 branch March 21, 2022 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/infra CI & infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant