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

Configure local Preact dependencies #12

Merged
merged 19 commits into from
Mar 28, 2024
Merged

Configure local Preact dependencies #12

merged 19 commits into from
Mar 28, 2024

Conversation

andrewiggins
Copy link
Member

Adds a basic development workflow for when this repository is submoduled into another repository. Check the Readme changes for a description of what this change entails/enables.

Also, it now re-installed dependencies before each benchmark run to ensure they are up-to-date with their latest spec, as well as any changes tarballs are unpacked and installed.

@andrewiggins andrewiggins force-pushed the local-dev-mode branch 2 times, most recently from 5ce576d to b2f0af8 Compare March 6, 2024 22:40
On a fresh install of the repo, the tarballs for dependencies such as preact-local won't be present and so those dependencies won't have preact locally installed. Therefore typechecking will fail in those dependencies. Our CI is a fresh install of the repository and so the CI will always fail this typecheck.

For the time being until a better workaround is found, I'm removing typechecking deps from the CI
@andrewiggins andrewiggins force-pushed the local-dev-mode branch 2 times, most recently from b9fa9a1 to 767af01 Compare March 28, 2024 23:28
@andrewiggins andrewiggins merged commit 0e3f967 into main Mar 28, 2024
1 check passed
@andrewiggins andrewiggins deleted the local-dev-mode branch March 28, 2024 23:50
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.

2 participants