Skip to content

Commit

Permalink
Merge pull request electron-react-boilerplate#6 from akovalyov/patch-1
Browse files Browse the repository at this point in the history
Fix invalid webpack config file name for build task
  • Loading branch information
chentsulin committed Jun 1, 2015
2 parents d6692f4 + a599c6c commit 6b3df5d
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 @@ -7,7 +7,7 @@
"test": "mocha",
"dev-server": "webpack-dev-server --config webpack-dev-server.config.js --progress --colors --port 2992 --inline",
"hot-dev-server": "webpack-dev-server --config webpack-hot-dev-server.config.js --hot --progress --colors --port 2992 --inline",
"build": "webpack --config webpack-production.config.js --progress --profile --colors",
"build": "webpack --config webpack.config.production.js --progress --profile --colors",
"start": "/Applications/Electron.app/Contents/MacOS/Electron .",
"start-dev": "NODE_ENV=development /Applications/Electron.app/Contents/MacOS/Electron .",
"start-hot": "HOT=1 NODE_ENV=development /Applications/Electron.app/Contents/MacOS/Electron .",
Expand Down

0 comments on commit 6b3df5d

Please sign in to comment.