add compile script
This commit is contained in:
parent
9cc61b5361
commit
31c5134889
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user