From 9eac508b1ce4be9f7217c0dbc34aecaf1d798377 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Sat, 14 Mar 2020 14:27:29 +0100 Subject: [PATCH] add 'no test' flag --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e204e1..60d9dbd 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ }, "scripts": { "lint": "eslint .", - "ci": "yarn --frozen-lockfile && node jenkins.js" + "ci": "yarn --frozen-lockfile && node jenkins.js", + "test": "echo \"no test\"" }, "repository": { "type": "git",