From 3d379b1f0f46d360d7b6e95b5432f30032dedc16 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 15 Dec 2021 15:11:36 +0900 Subject: [PATCH] Fix: typo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6189aac..07b28ef 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.scss ./userContent.scss", + "build": "sass src/userChrome.scss ./userChrome.css && sass src/userContent.css ./userContent.scss", "test": "jest" }, "devDependencies": {