From 4867d564d51fbd5f0977f7e7f0d43ae24eca43c7 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sat, 22 Aug 2020 13:05:24 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=B8=20Save=20bitmaps=20at=20Bibata's?= =?UTF-8?q?=20root=20directory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/round/src/color.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/round/src/color.ts b/packages/round/src/color.ts index 37a4bc87..c36faa24 100644 --- a/packages/round/src/color.ts +++ b/packages/round/src/color.ts @@ -6,9 +6,9 @@ import { ColorSchema } from "./types"; const rawSvgsDir = path.resolve("svg"); // --------------------------------------- out Path 🔗 - -const bitmapsPath = path.resolve("bitmaps"); const schemesPath = path.resolve("schemes"); +const projectRoot = path.resolve("../../"); +const bitmapsPath = path.resolve(projectRoot, "bitmaps"); // --------------------------------------- Colors✨