This commit is contained in:
Timo Hocker 2020-03-04 13:03:09 +01:00
parent b30f0075d2
commit 4d35b986f9

View File

@ -12,6 +12,7 @@
},
"scripts": {
"lint": "eslint .",
"test": "nyc ava"
"test": "nyc ava",
"ci": "yarn && node jenkins.js"
}
}
}