diff --git a/package.json b/package.json index 24c6856..83840db 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