mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 15:24:40 +01:00
transpile
This commit is contained in:
8
.github/workflows/sessions-e2e.yml
vendored
8
.github/workflows/sessions-e2e.yml
vendored
@@ -36,12 +36,8 @@ jobs:
|
||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install build dependencies
|
||||
run: npm ci
|
||||
working-directory: build
|
||||
|
||||
- name: Compile
|
||||
run: npm run compile
|
||||
- name: Transpile sources
|
||||
run: npm run transpile-client
|
||||
|
||||
- name: Install E2E test dependencies
|
||||
run: npm ci
|
||||
|
||||
Reference in New Issue
Block a user