提交jenkins自动化流水线
This commit is contained in:
@@ -11,4 +11,14 @@ node-linker=hoisted
|
||||
ignore-deprecations=all
|
||||
|
||||
# 忽略对等依赖警告
|
||||
strict-peer-dependencies=false
|
||||
strict-peer-dependencies=false
|
||||
|
||||
# 淘宝镜像(加速下载)
|
||||
registry=https://registry.npmmirror.com
|
||||
|
||||
# 把缓存放到项目目录里,解决 Jenkins 权限问题
|
||||
cache=.npm
|
||||
prefix=.npm-global
|
||||
|
||||
# 安全关闭一些权限问题
|
||||
unsafe-perm=true
|
||||
Reference in New Issue
Block a user