From 410026174f45f957dc88696804745b0b33fced12 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 17 Dec 2021 03:48:41 +0900 Subject: [PATCH] Fix: SASS - build name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 07b28ef..6fbcd21 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "license": "MPL 2.0", "private": true, "scripts": { - "build": "sass src/userChrome.scss ./userChrome.css && sass src/userContent.css ./userContent.scss", + "build": "sass src/userChrome.scss ./userChrome.css && sass src/userContent.scss ./userContent.css", "test": "jest" }, "devDependencies": {