Skip to content

Commit

Permalink
docs(readme): fix postpublish script suggestion (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
fes300 committed Feb 28, 2021
1 parent 1800e75 commit cc771b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ When publishing from a sub-directory with the `pkgRoot` option, the `package.jso
```json
{
"scripts": {
"postpublish": "cp -r package.json .. && cp -r npm-shrinkwrap.json .."
"postversion": "cp -r package.json .. && cp -r npm-shrinkwrap.json .."
}
}
```

0 comments on commit cc771b8

Please sign in to comment.