Skip to content

Commit cc771b8

Browse files
authoredFeb 28, 2021
docs(readme): fix postpublish script suggestion (#346)
1 parent 1800e75 commit cc771b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ When publishing from a sub-directory with the `pkgRoot` option, the `package.jso
121121
```json
122122
{
123123
"scripts": {
124-
"postpublish": "cp -r package.json .. && cp -r npm-shrinkwrap.json .."
124+
"postversion": "cp -r package.json .. && cp -r npm-shrinkwrap.json .."
125125
}
126126
}
127127
```

0 commit comments

Comments
 (0)
Please sign in to comment.