Skip to content

Commit

Permalink
fixed typo in build command
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmeme committed Jun 13, 2017
1 parent 2e28a49 commit 0d7856d
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 @@ -4,7 +4,7 @@
"description": "A Vue, TypeScript ready boilerplate",
"scripts": {
"dev": "webpack-dev-server",
"build": "cross-env NODE_ENV=prodction webpack"
"build": "cross-env NODE_ENV=production webpack"
},
"dependencies": {
"vue": "^2.3.4"
Expand Down

0 comments on commit 0d7856d

Please sign in to comment.