提交jenkins自动化流水线

This commit is contained in:
Home
2026-03-28 21:29:02 +08:00
parent 667b7261c3
commit b56d118c2e
+11 -1
View File
@@ -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