From 2448ebfdef6a15549137cf42116168f467bae393 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 10 Dec 2024 11:40:28 +0100 Subject: Refactoring --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 252a03d..41d839e 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "build:light": "sass -I node_modules src/light.scss dist/light.css", + "build:design": "sass -I node_modules src/design.scss dist/design.css", "build:dark": "sass -I node_modules src/dark.scss dist/dark.css", - "build": "pnpm build:light && pnpm build:dark" + "build": "pnpm build:design && pnpm build:dark" }, "keywords": [], "author": "", -- cgit v1.2.3-70-g09d2