diff --git a/package.json b/package.json index 3d2bcc7..d696b3b 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "scripts": { "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs", "test": "echo \"no test\"", - "ci": "yarn && node jenkins.js" + "ci": "yarn && node jenkins.js", + "compile": "tsc" } }