The Wayback Machine - https://web.archive.org/web/20240106131611/https://github.com/BuilderIO/qwik-build
Skip to content

BuilderIO/qwik-build

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Continuous Build Artifacts

This repo contains build artifacts that are generated as part of the continues build pipeline.

Currently supported artifacts:

The build artifact is created if:

  • Code is merged to main branch
  • Code is merged to build/* branch

How to use

The build artifacts are useful if you want to:

  • Install an un-released change.
  • Bisect which specific commit caused a regression.

Install specific build artifact

To install a specific build artifact change you package.json like so (not all lines may be needed):

{
  "dependencies": {
    "@builder.io/qwik": "github:BuilderIO/qwik-build#SHA",
    "@builder.io/qwik-city": "github:BuilderIO/qwik-city-build#SHA",
    "@builder.io/qwik-labs": "github:BuilderIO/qwik-labs-build#SHA"
  }
}

Where #SHA is one of the following:

Bisect for regression

You can bisect different commits to main to determine which specific change has cause the regression.

  1. Install latest to get an upper mound
  2. Install oldest known good to get a lower bound
  3. Keep bisecting until you find a specific SHA where the code breaks.

When creating the issue please include which SHA has caused the regression.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.