This commit is contained in:
Timo Hocker 2020-03-04 13:02:46 +01:00
parent 48e710f78e
commit 2bb71aeafd

View File

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