This commit is contained in:
Timo Hocker 2020-04-23 17:39:18 +02:00
parent 592b02226d
commit 4dcfde8316

View File

@ -9,7 +9,8 @@
"scripts": { "scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs", "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
"ci": "yarn --frozen-lockfile && node jenkins.js", "ci": "yarn --frozen-lockfile && node jenkins.js",
"test": "echo \"no test\"" "test": "echo \"no test\"",
"compile": "tsc"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +18,6 @@
}, },
"files": [ "files": [
"/dist/", "/dist/",
"/assets/",
"LICENSE" "LICENSE"
], ],
"author": "Timo Hocker", "author": "Timo Hocker",