From 84af3c0a10c3488267472b4ce4167006c7227e2e Mon Sep 17 00:00:00 2001 From: Tanguy Antoine Date: Sat, 29 Dec 2018 09:25:33 +0100 Subject: [PATCH] buil: add test command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8eca539e..b9efb0d6 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "scripts": { "prepack": "tsc -p tsconfig.json", "start": "tsc -p tsconfig.json -w", + "test": "echo 'no tests'", "semantic-release": "semantic-release --no-ci" }, "rnpm": {},