mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Avoid installing typescript
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -285,7 +285,6 @@ jobs:
|
||||
working-directory: ./typings-test
|
||||
run: |
|
||||
yarn init -yp
|
||||
yarn add typescript
|
||||
yarn tsc --init
|
||||
../node_modules/.bin/tsc --init
|
||||
echo "import '../out-monaco-editor-core';" > a.ts
|
||||
yarn tsc --noEmit
|
||||
../node_modules/.bin/tsc --noEmit
|
||||
|
||||
Reference in New Issue
Block a user