Skip to content

Commit 6339a26

Browse files
committed
chore: update release script
1 parent 428ea29 commit 6339a26

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/release.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ async function main() {
5454
choices: tags
5555
})
5656

57-
console.log(tag)
58-
5957
const { yes: tagOk } = await prompt({
6058
type: 'confirm',
6159
name: 'yes',
@@ -70,7 +68,7 @@ async function main() {
7068
step('\nRunning tests...')
7169
await run(bin('jest'), ['--clearCache'])
7270
await run('yarn', ['lint:fail'])
73-
await run('yarn', ['test'])
71+
await run('yarn', ['coverage'])
7472

7573
// Update the package version.
7674
step('\nUpdating the package version...')

0 commit comments

Comments
 (0)