Skip to content

Commit

Permalink
Add dist to package.json, update package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgleason committed Aug 29, 2018
1 parent f462df9 commit 7154d41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"author": "Tom Dyson",
"license": "MIT",
"scripts": {
"build": "webpack --config ./client/webpack.config.js",
"watch": "webpack --config ./client/webpack.config.js --watch"
"build": "npx webpack --config ./client/webpack.config.js",
"watch": "npx webpack --config ./client/webpack.config.js --watch",
"dist": "npm install && npx webpack --config ./client/webpack.config.js"
},
"babel": {
"presets": [
Expand Down

0 comments on commit 7154d41

Please sign in to comment.