From 8a82f0cc178e2eec08c745de40a251ee9692f26a Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Wed, 4 Mar 2020 13:04:05 +0100 Subject: [PATCH] fix --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c5a0ad8..19ccfd7 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ }, "scripts": { "lint": "eslint .", - "test": "nyc ava" + "test": "nyc ava", + "ci": "yarn && node jenkins.js" } -} +} \ No newline at end of file