Skip to content

Commit

Permalink
fix content-base of 'npm run dev'
Browse files Browse the repository at this point in the history
Co-Authored-By: JordanShurmer <jordan.shurmer@gmail.com>
  • Loading branch information
YuriiNskyi and JordanShurmer committed Oct 19, 2018
1 parent 4d7b2d6 commit cb95a0a
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 @@ -15,6 +15,6 @@
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "webpack-dev-server"
"dev": "webpack-dev-server --content-base public"
}
}

0 comments on commit cb95a0a

Please sign in to comment.