Skip to content

Commit

Permalink
Remove css output, no change
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhowa committed Aug 7, 2020
1 parent db8fc6e commit 9d65e72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -30,7 +29,6 @@
"files": [
"js",
"scss",
"readme.md",
"css"
"readme.md"
]
}

0 comments on commit 9d65e72

Please sign in to comment.