Fix: typo

This commit is contained in:
alstjr7375 2021-12-15 15:11:36 +09:00
parent c85da8f526
commit 3d379b1f0f

View file

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