ci(Testing): add TypeScript test job (#4002)

* ci(Testing): add TypeScript job

* chore: add eol before eof
This commit is contained in:
SpaceEEC
2020-04-04 14:11:59 +02:00
committed by GitHub
parent 9e4c39ae53
commit 828640ca26
7 changed files with 99 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
"types": "./typings/index.d.ts",
"scripts": {
"test": "npm run lint && npm run docs:test && npm run lint:typings",
"test:typescript": "tsc",
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json",
"docs:test": "docgen --source src --custom docs/index.yml",
"lint": "eslint src",