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