Skip to content

Commit

Permalink
Atualiza configuração do frontend/packages/portalbrasil-intranet/.rel…
Browse files Browse the repository at this point in the history
…ease-it.json (Fixes #14)
  • Loading branch information
ericof committed Oct 23, 2024
1 parent 7675bc7 commit 9b71820
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,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: core/packages/registry/src
core/packages/registry/dist: $(shell find core/packages/registry/src -type f)
pnpm --filter @plone/registry build

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

.PHONY: build-deps
Expand Down
6 changes: 6 additions & 0 deletions frontend/packages/portalbrasil-intranet/.release-it.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"plugins": {
"../../core/packages/scripts/prepublish.js": {}
},
"hooks": {
"after:bump": [
"pipx run towncrier build --draft --yes --version ${version} > .changelog.draft",
Expand All @@ -9,6 +12,9 @@
],
"after:release": "rm .changelog.draft README.md"
},
"npm": {
"publish": false
},
"git": {
"changelog": "pipx run towncrier build --draft --yes --version 0.0.0",
"requireUpstream": false,
Expand Down

0 comments on commit 9b71820

Please sign in to comment.