This repository has been archived by the owner on Aug 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 179
支持在 package.json 里声明 spm.registry 的讨论 #1014
Comments
+1— On Mon, Sep 15, 2014 at 10:33 AM, chencheng (云谦) notifications@github.com
|
这个会不会涉嫌泄漏公司内部信息? |
我一般是写 Makefile ,使用时只需要 make publish 即可,一键发布到源、打标签等操作。 publish:
@aspm publish
@aspm doc publish
@git tag $(version)
@git push origin $(version) |
private 够不够用? |
感觉 registry 比 private 好点,看配置也能知道发到哪个源上去。 |
Closed
sorrycc
added a commit
that referenced
this issue
Nov 4, 2014
sorrycc
added a commit
that referenced
this issue
Dec 17, 2014
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
alipay- 的 pkg 有些是发外网的,有些是发内网的,容易误发布。通过在 package.json 指定
registry
可避免误发。{ "name": "a", "version": "0.1.0", "spm": { + "registry": "http://spm@alipay" } }
The text was updated successfully, but these errors were encountered: