Skip to content

Commit

Permalink
Adding the buildcss command to npm run for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
lakinwecker committed Mar 23, 2017
1 parent 0cb8e60 commit f2a4e0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"scripts": {
"watch": "tsc --watch",
"watchcss": "scss -I node_modules/bulma/ --watch sass/app.scss:public/delila.css",
"build": "NODE_ENV=production webpack",
"dev": "webpack-dev-server --inline --hot --no-info --content-base public/",
"test": "standardts && jest",
Expand Down

0 comments on commit f2a4e0e

Please sign in to comment.