add compile script
This commit is contained in:
parent
cf940ac713
commit
a9db2c7f16
@ -21,7 +21,8 @@
|
|||||||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
|
||||||
"test": "nyc ava",
|
"test": "nyc ava",
|
||||||
"ci": "yarn && node jenkins.js",
|
"ci": "yarn && node jenkins.js",
|
||||||
"mutate": "stryker run"
|
"mutate": "stryker run",
|
||||||
|
"compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@scode/consts": "^1.0.3"
|
"@scode/consts": "^1.0.3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user