From 8d18a49bb5586717315e87d86216a503ff41a266 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Mon, 12 Feb 2018 12:39:44 +0000 Subject: [PATCH] updated package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 375db72..16500ac 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "Train Times Progressive Web App", "main": "app.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "prestart": "gulp default", + "postinstall": "gulp default" }, "author": "", "license": "ISC",