Skip to content

Commit

Permalink
package.json stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kejace committed Jan 15, 2018
1 parent 18956f8 commit 4d3a5a5
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 @@ -6,7 +6,7 @@
"scripts": {
"build-css": "./node_modules/.bin/node-sass styles -o dist",
"postinstall": "npm run build-css",
"kss": "npm run build-css && cp dist/index.css styleguide && ./node_modules/.bin/kss --source styles --destination styleguide --css index.css ",
"kss": "npm run build-css && mkdir styleguide ; cp dist/index.css styleguide/ && ./node_modules/.bin/kss --source styles --destination styleguide --css index.css ",
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
Expand Down

0 comments on commit 4d3a5a5

Please sign in to comment.