Skip to content

Commit

Permalink
build: remove publish args
Browse files Browse the repository at this point in the history
  • Loading branch information
cuebit committed May 5, 2020
1 parent 4345c98 commit c8bce79
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,7 @@ async function main() {

// Publish the package.
step('\nPublishing the package...')
await run('yarn', ['publish',
'--new-version', targetVersion,
'--no-commit-hooks', '--no-git-tag-version'
])
await run('yarn', ['publish', '--new-version', targetVersion])

// Push to GitHub.
step('\nPushing to GitHub...')
Expand Down

0 comments on commit c8bce79

Please sign in to comment.