add compile script
This commit is contained in:
		| @@ -11,7 +11,8 @@ | ||||
|   "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 --allowJs --declaration --emitDeclarationOnly index.js" | ||||
|   }, | ||||
|   "engines": { | ||||
|     "node": ">=10.0.0" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user