mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-22 23:28:33 -04:00
spike: use babel preset typescript to transpile app (#4142)
* use babel-preset-typescript * run type-check in release process
This commit is contained in:
2
.github/workflows/release-core.yml
vendored
2
.github/workflows/release-core.yml
vendored
@@ -30,6 +30,8 @@ jobs:
|
||||
node-version: ${{ steps.nvm.outputs.NVMRC }}
|
||||
- name: Bootstrap packages
|
||||
run: npm run bootstrap
|
||||
- name: Type checks
|
||||
run: npm run type-check
|
||||
- name: Run tests
|
||||
run: npm test
|
||||
|
||||
|
||||
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -54,6 +54,9 @@ jobs:
|
||||
- name: Lint markdown
|
||||
run: npm run lint:markdown
|
||||
|
||||
- name: Type checks
|
||||
run: npm run type-check
|
||||
|
||||
- name: Run tests
|
||||
run: npm test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user