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