Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jul 3, 2024
1 parent 140b2a1 commit 6584a8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ 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

packages/registry/dist: packages/registry/src
pnpm build:registry
core/packages/registry/dist: core/packages/registry/src
pnpm --filter @plone/registry build

packages/components/dist: packages/components/src
pnpm build:components
core/packages/components/dist: core/packages/components/src
pnpm --filter @plone/components build

.PHONY: build-deps
build-deps: packages/registry/dist packages/components/dist ## Build dependencies
build-deps: core/packages/registry/dist core/packages/components/dist ## Build dependencies

.PHONY: i18n
i18n: ## Sync i18n
Expand Down

0 comments on commit 6584a8d

Please sign in to comment.