Skip to content

Commit 2c870c7

Browse files
committed
fix: move distribution artifacts
1 parent c2f8e14 commit 2c870c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,8 +713,7 @@ jobs:
713713
mv artifact-create-qwik/* packages/create-qwik/dist/
714714
mkdir -p packages/eslint-plugin-qwik/dist/
715715
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/
716+
mv artifact-qwikreact/* packages/qwik-react/
718717
719718
- run: pnpm install --frozen-lockfile
720719

0 commit comments

Comments
 (0)