mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 13:55:41 +01:00
Remove step which moved to the vscode CI
This commit is contained in:
parent
27336b6fb4
commit
14c560f898
1 changed files with 0 additions and 13 deletions
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue