This commit is contained in:
Timo Hocker 2020-03-04 13:04:05 +01:00
parent efa7698068
commit 8a82f0cc17

View File

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