Skip to content

Commit

Permalink
Update build process to create css within styleguide
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhowa committed Jul 27, 2020
1 parent ac30025 commit 40d9d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"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",
"build-guide": "kss --config ./kss-config.json && node-sass scss -o styleguide/css",
"build-all": "npm run process-templates && npm run build && npm run build-guide"
},
"publishConfig": {
Expand Down

0 comments on commit 40d9d1a

Please sign in to comment.