Skip to content

Commit fac0ce9

Browse files
committed
fix: folder structure
1 parent 2c870c7 commit fac0ce9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,8 @@ 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-
mv artifact-qwikreact/* packages/qwik-react/
716+
mkdir -p packages/qwik-react/lib/
717+
mv artifact-qwikreact/lib/* packages/qwik-react/lib/
717718
718719
- run: pnpm install --frozen-lockfile
719720

0 commit comments

Comments
 (0)