a post-component library for building user-interfaces on the web.

fix deployment after switch to pnpm (#220)

authored by tombl.dev and committed by

GitHub 40042910 05630474

+2
+2
.github/workflows/build.yml
··· 26 26 node-version: 24 27 27 cache: pnpm 28 28 - run: pnpm install --frozen-lockfile 29 + - run: pnpm run build # build the core library 30 + - run: pnpm install --frozen-lockfile # symlink the dist into the packages 29 31 - run: pnpm run --recursive build 30 32 - run: rm -rf node_modules 31 33 - uses: actions/upload-pages-artifact@v4