diff --git a/package.json b/package.json index 102a62b..4551342 100644 --- a/package.json +++ b/package.json @@ -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",