[TypeScript] Phase 1 & 2 (#3370)

Co-authored-by: Opender Singh <opender.singh@konghq.com>
This commit is contained in:
Dimitri Mitropoulos
2021-05-12 02:35:00 -04:00
committed by GitHub
parent bdb4b4e661
commit 5f4c19da35
1285 changed files with 60440 additions and 44623 deletions

View File

@@ -28,6 +28,8 @@ jobs:
node-version: ${{ steps.nvm.outputs.NVMRC }}
- name: Bootstrap packages
run: npm run bootstrap
- name: Lint
run: npm run lint
- name: Run tests
run: npm test
- name: Build for smoke tests