{"id":19857430,"url":"https://github.com/qwikdev/qwik-create-cli-build","last_synced_at":"2025-05-02T02:30:35.277Z","repository":{"id":154758594,"uuid":"630168591","full_name":"QwikDev/qwik-create-cli-build","owner":"QwikDev","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-25T21:13:37.000Z","size":2453,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-25T22:23:06.397Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QwikDev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-04-19T20:13:49.000Z","updated_at":"2025-04-25T21:13:40.000Z","dependencies_parsed_at":"2023-09-25T02:57:09.580Z","dependency_job_id":"2a61d43b-74db-40a4-b3c7-89f472798943","html_url":"https://github.com/QwikDev/qwik-create-cli-build","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QwikDev%2Fqwik-create-cli-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QwikDev%2Fqwik-create-cli-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QwikDev%2Fqwik-create-cli-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QwikDev%2Fqwik-create-cli-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QwikDev","download_url":"https://codeload.github.com/QwikDev/qwik-create-cli-build/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251972414,"owners_count":21673600,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T14:18:40.837Z","updated_at":"2025-05-02T02:30:33.532Z","avatar_url":"https://github.com/QwikDev.png","language":"TypeScript","readme":"# Continuous Build Artifacts\n\nThis repo contains build artifacts that are generated as part of the continues build pipeline.\n\nCurrently supported artifacts:\n\n- [`@builder.io/qwik`](https://github.com/QwikDev/qwik-build)\n- [`@builder.io/qwik-city`](https://github.com/QwikDev/qwik-city-build)\n- [`@builder.io/qwik-labs`](https://github.com/QwikDev/qwik-labs-build)\n\nThe build artifact is created if:\n\n- Code is merged to `main` branch\n- Code is merged to `build/*` branch\n\n## How to use\n\nThe build artifacts are useful if you want to:\n\n- Install an un-released change.\n- Bisect which specific commit caused a regression.\n\n## Install specific build artifact\n\nTo install a specific build artifact change you `package.json` like so (not all lines may be needed):\n\n```json\n{\n  \"dependencies\": {\n    \"@builder.io/qwik\": \"github:QwikDev/qwik-build#SHA\",\n    \"@builder.io/qwik-city\": \"github:QwikDev/qwik-city-build#SHA\",\n    \"@builder.io/qwik-labs\": \"github:QwikDev/qwik-labs-build#SHA\"\n  }\n}\n```\n\nWhere `#SHA` is one of the following:\n\n- `#SHA` - Install a specific build SHA. You can get the SHA from:\n  - [`@builder.io/qwik`](https://github.com/QwikDev/qwik-build/commits/) commits\n  - [`@builder.io/qwik-city`](https://github.com/QwikDev/qwik-city-build/commits/) commits\n  - [`@builder.io/qwik-labs`](https://github.com/QwikDev/qwik-labs-build/commits/) commits\n- `#build/name` (or `#main`) - Install a specific `build/*` (or `#main`) branch:\n  - [`@builder.io/qwik`](https://github.com/QwikDev/qwik-build/branches/) branches\n  - [`@builder.io/qwik-city`](https://github.com/QwikDev/qwik-city-build/branches/) branches\n  - [`@builder.io/qwik-labs`](https://github.com/QwikDev/qwik-labs-build/branches/) branches\n    \u003e NOTE: Package managers will treat any SHA in the lock file which is on the branch as valid, and so they will not auto upgrade to the latest. For this reason this is not recommended.\n\n## Bisect for regression\n\nYou can bisect different commits to `main` to determine which specific change has cause the regression.\n\n1. Install latest to get an upper mound\n2. Install oldest known good to get a lower bound\n3. Keep bisecting until you find a specific SHA where the code breaks.\n\nWhen creating the issue please include which SHA has caused the regression.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwikdev%2Fqwik-create-cli-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqwikdev%2Fqwik-create-cli-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwikdev%2Fqwik-create-cli-build/lists"}