From 7154d41c7092dbb13b3f03a53e00a80206b07a94 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 29 Aug 2018 18:07:19 -0400 Subject: [PATCH] Add dist to package.json, update package-lock.json --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6b2c1c6..36b0617 100644 --- a/package.json +++ b/package.json @@ -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": [