Skip to content

Commit 2a44a63

Browse files
committed
really publish to npm
1 parent 7413bcf commit 2a44a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/release-candidate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ revertPackages()
127127
})
128128
.then(updated => {
129129
const tasks = updated.map(pkg => {
130-
return execa('npm', ['pack', '--tag', DIST_TAG], {
130+
return execa('npm', ['publish', '--tag', DIST_TAG], {
131131
cwd: pkg.dir,
132132
stdio: 'inherit',
133133
})

0 commit comments

Comments
 (0)