add 'no test' flag

This commit is contained in:
Timo Hocker 2020-03-14 14:27:29 +01:00
parent 323f12a260
commit 9eac508b1c

View File

@ -8,7 +8,8 @@
},
"scripts": {
"lint": "eslint .",
"ci": "yarn --frozen-lockfile && node jenkins.js"
"ci": "yarn --frozen-lockfile && node jenkins.js",
"test": "echo \"no test\""
},
"repository": {
"type": "git",