meteor publish
Publishes a new version of a local package to the package server. Must be runfrom the directory containing the package
Options
Name | Description |
---|---|
--create | Publish a new package |
--update | Publish a new package |
--allow-incompatible-update | Allow packages in your project to be upgraded or downgraded to versions that are potentially incompatible with the current versions, if required to satisfy all package version constraints |
--no-lint | Don't run linters used by the app on every rebuild |