From a1f6e0001cf0c9c71bd0fe3e540d5c971c6da8b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Lundga=CC=8Ard?= Date: Sat, 10 Dec 2022 01:30:07 +0100 Subject: [PATCH] build: add `bin` directory to distribution --- packages/sanity/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/sanity/package.json b/packages/sanity/package.json index 891b519c150..14687a6f6a3 100644 --- a/packages/sanity/package.json +++ b/packages/sanity/package.json @@ -75,6 +75,7 @@ }, "files": [ "_internal.js", + "bin", "cli.js", "desk.js", "lib",