From 9d65e72daf6be955af5d508d73da6cf496bad338 Mon Sep 17 00:00:00 2001 From: jackhowa Date: Fri, 7 Aug 2020 12:25:27 -0500 Subject: [PATCH] Remove css output, no change --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 0ffbde6..eaf2b07 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,6 @@ "test": "echo \"Error: no test specified\" && exit 1", "scss-watch": "node-sass --watch scss -o css", "process-templates": "node -r esm processTemplates.js", - "build": "node-sass scss -o css", "build-guide": "kss --config ./kss-config.json && node-sass scss -o styleguide/css", "build-all": "npm run process-templates && npm run build-guide" }, @@ -30,7 +29,6 @@ "files": [ "js", "scss", - "readme.md", - "css" + "readme.md" ] }