Skip to content

Commit

Permalink
renamed to QwikDev
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Apr 25, 2024
1 parent 2ee28e6 commit 8d7f69f
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 37 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

![Qwik Logo](https://user-images.githubusercontent.com/452425/215131129-0ae8d7d8-3612-4fca-bdba-42137d8da75c.png)

Commits to this repo will trigger each [workflow](https://github.com/BuilderIO/qwik-city-e2e/tree/main/.github/workflows), which will build and test on each server. The Node workflow tests the `dev`, `preview` and `express` Nodejs servers.
Commits to this repo will trigger each [workflow](https://github.com/QwikDev/qwik-city-e2e/tree/main/.github/workflows), which will build and test on each server. The Node workflow tests the `dev`, `preview` and `express` Nodejs servers.

The [package.json](https://github.com/BuilderIO/qwik-city-e2e/blob/main/package.json) pnpm installs the build artifacts committed to [qwik-build](https://github.com/BuilderIO/qwik-build) and [qwik-city-build](https://github.com/BuilderIO/qwik-city-build). Update the commit hash in version for the `dependencies` of `@builder.io/qwik` and `@builder.io/qwik-city`.
The [package.json](https://github.com/QwikDev/qwik-city-e2e/blob/main/package.json) pnpm installs the build artifacts committed to [qwik-build](https://github.com/QwikDev/qwik-build) and [qwik-city-build](https://github.com/QwikDev/qwik-city-build). Update the commit hash in version for the `dependencies` of `@builder.io/qwik` and `@builder.io/qwik-city`.

## External Servers

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
},
"devDependencies": {
"@azure/static-web-apps-cli": "^1.1.7",
"@builder.io/qwik": "github:BuilderIo/qwik-build#main",
"@builder.io/qwik-city": "github:BuilderIo/qwik-city-build#main",
"@builder.io/qwik": "github:QwikDev/qwik-build#main",
"@builder.io/qwik-city": "github:QwikDev/qwik-city-build#main",
"@builder.io/qwik-react": "0.5.4",
"@builder.io/vite-plugin-macro": "~0.0.7",
"@emotion/react": "11.11.4",
Expand All @@ -105,7 +105,7 @@
"@vendia/serverless-express": "^4.12.6",
"@vitest/ui": "^1.4.0",
"compression": "^1.7.4",
"create-qwik": "github:BuilderIO/qwik-create-cli-build#main",
"create-qwik": "github:QwikDev/qwik-create-cli-build#main",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-qwik": "^1.5.1",
Expand Down
105 changes: 73 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d7f69f

Please sign in to comment.