Remove step which moved to the vscode CI

pull/2455/head
Alexandru Dima 2020-12-28 18:03:19 +01:00
parent 27336b6fb4
commit 14c560f898
No known key found for this signature in database
GPG Key ID: 6E58D7B045760DA0
1 changed files with 0 additions and 13 deletions

View File

@ -65,19 +65,6 @@ jobs:
run: |
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