Skip to content

Commit

Permalink
Merge pull request #95 from LerianStudio/feature/improve-node-build
Browse files Browse the repository at this point in the history
Feature/improve node build
  • Loading branch information
lfbarrile01 authored Dec 18, 2024
2 parents 4668838 + eba8a36 commit ec368c2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build the project
run: npm run build

- name: Run Semantic Release and Capture Tag
id: semantic_release
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.1.2](https://github.com/LerianStudio/midaz-console/compare/v1.1.1...v1.1.2) (2024-12-18)


### Bug Fixes

* improvement on the build of nodejs and set the flow ([c71a502](https://github.com/LerianStudio/midaz-console/commit/c71a50215f31728b6f732c16e6fa0696c0328f69))

## [1.1.1](https://github.com/LerianStudio/midaz-console/compare/v1.1.0...v1.1.1) (2024-12-18)


### Bug Fixes

* improvement on the build of nodejs ([cb4a6b3](https://github.com/LerianStudio/midaz-console/commit/cb4a6b3daad07782415c7efc49d971d5d8a14b99))

# [1.1.0](https://github.com/LerianStudio/midaz-console/compare/v1.0.4...v1.1.0) (2024-12-17)


Expand Down
4 changes: 2 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ module.exports = {
"@semantic-release/github",
{
assets: [
{ path: "dist/*.js", label: "JavaScript distribution" },
{ path: "dist/*.map", label: "Source map" }
{ path: ".next/static/chunks/*.js", label: "JavaScript distribution" },
{ path: ".next/static/chunks/*.js.map", label: "Source map" }
]
}
],
Expand Down

0 comments on commit ec368c2

Please sign in to comment.