add compile script
This commit is contained in:
		| @@ -11,7 +11,8 @@ | |||||||
|   "scripts": { |   "scripts": { | ||||||
|     "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs", |     "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs", | ||||||
|     "test": "echo \"no test\"", |     "test": "echo \"no test\"", | ||||||
|     "ci": "yarn && node jenkins.js" |     "ci": "yarn && node jenkins.js", | ||||||
|  |     "compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js" | ||||||
|   }, |   }, | ||||||
|   "engines": { |   "engines": { | ||||||
|     "node": ">=10.0.0" |     "node": ">=10.0.0" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user