Skip to content

Commit

Permalink
build: correct postpublish
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Jul 2, 2021
1 parent d23a9fe commit 552df81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .wpmrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ module.exports = {
hooks: {
prepublish: 'npm run build',
postreleaseBranch: 'git add .',
postpblish: 'npm run pub-only'
postpublish: 'npm run pub-only'
}
};

0 comments on commit 552df81

Please sign in to comment.