Compare commits

..

2 Commits

Author SHA1 Message Date
9eac508b1c add 'no test' flag 2020-03-14 14:27:29 +01:00
323f12a260 formatting 2020-03-14 14:26:46 +01:00
2 changed files with 3 additions and 2 deletions

View File

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