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: return builds in order of browser, tests, module #39

Merged
merged 1 commit into from
Jun 18, 2021

Conversation

gkatsev
Copy link
Member

@gkatsev gkatsev commented Jun 18, 2021

Most uses of videojs-generator-rollup-config return
Object.values(config.builds), since objects store keep insertion
ordering, it means that tests get built before the browser builds.

Instead, build the regular build first, which will reduce time to wait
for testing against the local index.html examples.

Most uses of videojs-generator-rollup-config return
`Object.values(config.builds)`, since objects store keep insertion
ordering, it means that tests get built before the browser builds.

Instead, build the regular build first, which will reduce time to wait
for testing against the local index.html examples.
@gkatsev gkatsev merged commit df07384 into main Jun 18, 2021
@gkatsev gkatsev deleted the run-tests-second branch June 18, 2021 16:02
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