You've already forked CC-Framework.EditorExtend
Disable npm login and publish commands in Update Upm.bat
This commit is contained in:
@@ -19,10 +19,10 @@ IF "%Flg%" equ "y" (
|
||||
git tag %var% upm
|
||||
git push origin upm --tags
|
||||
# 登录到npm
|
||||
npm login
|
||||
# npm login
|
||||
|
||||
# 发布到npm
|
||||
npm publish Assets/CCTools/
|
||||
# npm publish Assets/CCTools/
|
||||
GOTO :END
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user