add compile script

This commit is contained in:
Timo Hocker 2020-04-23 17:19:43 +02:00
parent 9cc61b5361
commit 31c5134889

View File

@ -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"
}
}