From 97c81678be029d859e5ba6a42f8df4b32b61d1d1 Mon Sep 17 00:00:00 2001 From: Aidan Bleser Date: Wed, 4 Dec 2024 14:00:06 -0600 Subject: [PATCH] fix build registry --- .github/workflows/build-registry.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-registry.yml b/.github/workflows/build-registry.yml index 2ecc624..aad3476 100644 --- a/.github/workflows/build-registry.yml +++ b/.github/workflows/build-registry.yml @@ -24,10 +24,12 @@ jobs: node-version: 20 cache: pnpm - # jsrepo doesn't need any of your - # dependencies to be installed to work + # we need to install here so that .svelte-kit is generated for path aliases + - name: Install dependencies + run: pnpm install + - name: Build jsrepo-manifest.json - run: pnpm dlx jsrepo build + run: pnpm build:registry - name: Create pull request with changes uses: peter-evans/create-pull-request@v7