dominictarr / npmd

MIT License
450 stars 37 forks source link

npmd publish has unexpected behaviour #46

Open dominictarr opened 10 years ago

dominictarr commented 10 years ago

npmd publish only queues the publish, and thus is quite unlike npm publish instead, npmd publish should probably attempt to publish, and then post a message that it only queued, please run npmd queue sync later. or should mention npmd queue sync.

if you want to only queue the publish you should be able to do

npmd publish --offline

(am using --offline to tell npmd to act as if it's offline in general)

/cc @substack @taterbase