From fc07192f149a6f42464773c4f1e425284016c352 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Mon, 2 May 2022 11:22:34 +0800 Subject: [PATCH] chore: add unsafe-perm --- .npmrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.npmrc b/.npmrc index eccbf024..278230a2 100644 --- a/.npmrc +++ b/.npmrc @@ -2,3 +2,5 @@ registry = https://registry.npmmirror.com public-hoist-pattern[] = react public-hoist-pattern[] = @types/react +# For docker: https://pnpm.io/npmrc#unsafe-perm +unsafe-perm = true