Skip to content

Commit

Permalink
Validate typings can be imported correctly in simple ts project (#1785)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix authored Jan 27, 2020
1 parent 45f731f commit d7ddf03
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ jobs:
run: |
yarn
yarn gulp editor-distro
- name: Typings validation prep
run: |
mkdir typings-test
- name: Typings validation
working-directory: ./typings-test
run: |
yarn init -yp
yarn add typescript
yarn tsc --init
echo "import '../vscode/out-monaco-editor-core';" > a.ts
yarn tsc --noEmit
- name: NPM Install
run: npm install
- name: Webpack Bundle
Expand Down

0 comments on commit d7ddf03

Please # to comment.