From 319338d3e943970d791d58fe9be730e994ef5346 Mon Sep 17 00:00:00 2001 From: Michel Roca Date: Tue, 4 Feb 2020 19:15:01 +0100 Subject: [PATCH] Fix run start command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22d98eee..1375c1bb 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "precommit": "npm run lint", "lint": "eslint *.js", "semantic-release": "semantic-release", - "start": "yarn run test:watch", + "start": "yarn run test-watch", "test": "jest", "test-watch": "jest --watchAll" },