Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Jul 12, 2017
1 parent 6800dff commit aac2860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ try {
}

log('Publishing...')
if (exec(`cd ${outDir} && yarn publish`).code !== 0) {
if (exec(`cd ${outDir} && npm publish`).code !== 0) {
logError('Publish failed. Aborting release.')
exit(1)
}
Expand Down

0 comments on commit aac2860

Please sign in to comment.