Skip to content

Commit

Permalink
fix: add missing build phase
Browse files Browse the repository at this point in the history
  • Loading branch information
thalesog committed Jan 6, 2022
1 parent 1b3bd91 commit 3cd9e20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
- run:
name: install
command: yarn install
- run:
name: build
command: yarn build
- run:
name: release
command: yarn semantic-release || true
2 changes: 1 addition & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
[
'@semantic-release/git',
{
assets: ['CHANGELOG.md', 'app.plugin.js', 'build/**'],
assets: ['CHANGELOG.md', 'package.json', 'app.plugin.js', 'build/**'],
message:
'chore(release): set `package.json` to ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
},
Expand Down

0 comments on commit 3cd9e20

Please sign in to comment.