From 2d4d2037d7dbf0a35c5d292d16b6b9437bdb2dae Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Mon, 9 Jul 2018 21:59:16 +1000 Subject: [PATCH] Added start script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 67caa25..70d66d7 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Personal website for Dominic \"YouWish\" Masters.", "main": "private/index.js", "scripts": { + "start": "node private/index", "serve": "webpack-serve --config ./webpack.config.js", "watch": "nodemon --watch private private/index.js", "test": "jest"