Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maestrow authored Mar 27, 2018
1 parent 03a8d14 commit 6f6731f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"private": true,
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development",
"build": "webpack -p",
"dev": "webpack",
"start": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 6f6731f

Please sign in to comment.