Skip to content

Commit 552df81

Browse files
committed
build: correct postpublish
1 parent d23a9fe commit 552df81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.wpmrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ module.exports = {
1515
hooks: {
1616
prepublish: 'npm run build',
1717
postreleaseBranch: 'git add .',
18-
postpblish: 'npm run pub-only'
18+
postpublish: 'npm run pub-only'
1919
}
2020
};

0 commit comments

Comments
 (0)