Skip to content

Commit

Permalink
fix build registry
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan committed Dec 4, 2024
1 parent 80b4b7a commit 97c8167
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97c8167

Please sign in to comment.