add compile script
This commit is contained in:
parent
c68c8d3e0c
commit
33da83fc1a
@ -6,7 +6,8 @@
|
||||
"scripts": {
|
||||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
|
||||
"test": "echo \"no test\"",
|
||||
"ci": "yarn --frozen-lockfile && node jenkins.js"
|
||||
"ci": "yarn --frozen-lockfile && node jenkins.js",
|
||||
"compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user