From 360e0933a53dbfe39e646e4e39173a9120f8bc50 Mon Sep 17 00:00:00 2001 From: Jeff Yang <32727188+ydcjeff@users.noreply.github.com> Date: Sat, 25 Sep 2021 09:59:10 +0630 Subject: [PATCH] chore(contributing): fix code block --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 54dab6b183e4fc..e6abf4ef3d758e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -86,6 +86,7 @@ To work around this, playground packages that uses the `file:` protocol should a //... "postinstall": "node ../../../scripts/patchFileDeps" } +``` This script patches the dependencies using `file:` protocol to match the copying behavior instead of linking.