We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23a9fe commit 552df81Copy full SHA for 552df81
.wpmrc.js
@@ -15,6 +15,6 @@ module.exports = {
15
hooks: {
16
prepublish: 'npm run build',
17
postreleaseBranch: 'git add .',
18
- postpblish: 'npm run pub-only'
+ postpublish: 'npm run pub-only'
19
}
20
};
0 commit comments