From 09cd7b187ac50d301a7964c2a7e15ccb7b6629e7 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+KaizIqbal@users.noreply.github.com> Date: Sun, 16 Aug 2020 18:44:35 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=97=20path=20resolves?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/round/src/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/round/src/config.ts b/packages/round/src/config.ts index 51b0c14a..ed06ffe7 100644 --- a/packages/round/src/config.ts +++ b/packages/round/src/config.ts @@ -4,12 +4,12 @@ import path from "path"; import { ColorSchema } from "./types"; // Source Directory -const rawSvgsDir = path.resolve("./src/svg/raw"); +const rawSvgsDir = path.resolve("src", "svg", "raw"); if (!fs.existsSync(rawSvgsDir)) console.error("🚨🚨 Raw files not Found 🚨🚨"); // --------------------------------------- 🌈 Cursors Variants 🌈 -const schemesPath = path.resolve("./src/svg"); +const schemesPath = path.resolve("src", "svg"); const colorSchemes: ColorSchema = { Ice: { base: "#FFFFFF",