Skip to content

Commit c8bce79

Browse files
committed
build: remove publish args
1 parent 4345c98 commit c8bce79

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/release.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,7 @@ async function main() {
8383

8484
// Publish the package.
8585
step('\nPublishing the package...')
86-
await run('yarn', ['publish',
87-
'--new-version', targetVersion,
88-
'--no-commit-hooks', '--no-git-tag-version'
89-
])
86+
await run('yarn', ['publish', '--new-version', targetVersion])
9087

9188
// Push to GitHub.
9289
step('\nPushing to GitHub...')

0 commit comments

Comments
 (0)