Skip to content

Commit

Permalink
fix(npm-package): use build:legacy:prepare (#12422)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo authored Jan 9, 2025
1 parent d5cbe3b commit b1f8d1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ jobs:
# so you have to set it to something. So let's (ab)use the content
# we use for the end-to-end testing.
CONTENT_ROOT: testing/content/files
run: yarn build:prepare
# We use the legacy version for now to include spas and popularities in
# the package.
run: yarn build:legacy:prepare

- name: Publish
if: steps.release.outputs.release_created
Expand Down

0 comments on commit b1f8d1c

Please sign in to comment.