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

chore: skip building on install #9902

Merged
merged 1 commit into from
Mar 22, 2023
Merged

Conversation

OrKoN
Copy link
Collaborator

@OrKoN OrKoN commented Mar 22, 2023

Currently, we try to compile the installation script during npm i in the development repository. This is a fragile process because the build might not succeed during the installation (missing packages) and it adds to the installation time. This PR removes the build step and instead recommends running the install after a build.

@OrKoN OrKoN force-pushed the orkon/skip-recompile-on-install branch from 3446afb to f8247f0 Compare March 22, 2023 09:47
Currently, we try to compile the installation script during
`npm i` in the development repository. This is a fragile process
because the build might not succeed during the installation (missing packages)
and it adds to the installation time. This PR removes the build step and
instead recommends running the install after a build.
@OrKoN OrKoN force-pushed the orkon/skip-recompile-on-install branch from f8247f0 to 543b2b2 Compare March 22, 2023 09:52
@OrKoN OrKoN merged commit 5f72c8b into main Mar 22, 2023
@OrKoN OrKoN deleted the orkon/skip-recompile-on-install branch March 22, 2023 10:11
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