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": {