Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-publish-package #11

Closed
awatson1978 opened this issue Apr 16, 2015 · 2 comments
Closed

-publish-package #11

awatson1978 opened this issue Apr 16, 2015 · 2 comments

Comments

@awatson1978
Copy link
Owner

The default meteor publish command can't run from within the /packages directory, because meteor will detect the parent .meteor directory and bork things. package-publish will copy the package up two directories into a .temp directory and publish from there, then clean things up. Allows you to develop a package from with the /packages directory.

@awatson1978
Copy link
Owner Author

https://www.npmjs.com/package/mrtbulkrelease

$ mbr -r
$ mbr -rn my:package

@awatson1978
Copy link
Owner Author

MDG fixed this in the main tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant