Skip to content

Commit

Permalink
include build-sass in start, makes setup easier for first time use
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaksw committed Sep 9, 2019
1 parent f3836e5 commit abd9845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -62,7 +62,7 @@
},
"scripts": {
"start-all": "concurrently \"yarn start\" \"yarn lambda-serve\"",
"start": "webpack-dev-server --mode development",
"start": "yarn build-sass; webpack-dev-server --mode development",
"build": "yarn build-sass; webpack --mode production && yarn lambda-build",
"build-sass": "node-sass --style compressed src/sass/index.sass dist/main.css",
"lambda-serve": "netlify-lambda serve lambda-src",
Expand Down

0 comments on commit abd9845

Please sign in to comment.