Skip to content

Commit

Permalink
Fix instal
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Sep 16, 2024
1 parent 2d18867 commit 4a6f6af
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 51 deletions.
4 changes: 2 additions & 2 deletions frontend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ start: ## Starts Volto, allowing reloading of the add-on during development
build: ## Build a production bundle for distribution of the project with the add-on
pnpm build

core/packages/registry/dist: $(shell find packages/registry/src -type f)
core/packages/registry/dist: $(shell find core/packages/registry/src -type f)
pnpm --filter @plone/registry build

core/packages/components/dist: $(shell find packages/components/src -type f)
core/packages/components/dist: $(shell find core/packages/components/src -type f)
pnpm --filter @plone/components build

.PHONY: build-deps
Expand Down
Loading

0 comments on commit 4a6f6af

Please sign in to comment.