You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`npmPublish`| Whether to publish the `npm` package to the registry. If `false` the `package.json` version will still be updated. |`false` if the `package.json`[private](https://docs.npmjs.com/files/package.json#private) property is `true`, `true` otherwise. |
65
65
|`pkgRoot`| Directory path to publish. |`.`|
66
-
|`tarballDir`| Directory path in which to write the the package tarball. If `false` the tarball is not be kept on the file system. |`false`|
66
+
|`tarballDir`| Directory path in which to write the package tarball. If `false` the tarball is not be kept on the file system. |`false`|
67
67
68
68
**Note**: The `pkgRoot` directory must contain a `package.json`. The version will be updated only in the `package.json` and `npm-shrinkwrap.json` within the `pkgRoot` directory.
0 commit comments