Skip to content

Commit

Permalink
ci(mobile): fix release buildCmd
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed May 10, 2023
1 parent 0858e27 commit 4ba896d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobile/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
ghPages: 'gh-pages target/webapp mobile',
cmd: 'yarn',
buildCmd: 'yarn build',
changelog: 'changelog',
}

0 comments on commit 4ba896d

Please sign in to comment.