We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428ea29 commit 6339a26Copy full SHA for 6339a26
scripts/release.js
@@ -54,8 +54,6 @@ async function main() {
54
choices: tags
55
})
56
57
- console.log(tag)
58
-
59
const { yes: tagOk } = await prompt({
60
type: 'confirm',
61
name: 'yes',
@@ -70,7 +68,7 @@ async function main() {
70
68
step('\nRunning tests...')
71
69
await run(bin('jest'), ['--clearCache'])
72
await run('yarn', ['lint:fail'])
73
- await run('yarn', ['test'])
+ await run('yarn', ['coverage'])
74
75
// Update the package version.
76
step('\nUpdating the package version...')
0 commit comments