From 10f279af9c1c34c62f7e49f3d4d4850673d179dd Mon Sep 17 00:00:00 2001 From: Damian Mullins Date: Wed, 20 Sep 2017 12:06:42 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d69c666..c12cb1b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "fozzie" ], "scripts": { - "prestart": "yarn run lint && yarn test && yarn run compile", + "prepare": "yarn run lint && yarn test && yarn run compile", "compile": "babel -d dist src", "test": "gulp scripts:test", "test:cover": "gulp scripts:test:coverage",