We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f8e14 commit 2c870c7Copy full SHA for 2c870c7
.github/workflows/ci.yml
@@ -713,8 +713,7 @@ jobs:
713
mv artifact-create-qwik/* packages/create-qwik/dist/
714
mkdir -p packages/eslint-plugin-qwik/dist/
715
mv artifact-eslint-plugin-qwik/* packages/eslint-plugin-qwik/dist/
716
- mkdir -p packages/qwik-react/lib/
717
- mv artifact-qwikreact/* packages/qwik-react/lib/
+ mv artifact-qwikreact/* packages/qwik-react/
718
719
- run: pnpm install --frozen-lockfile
720
0 commit comments