File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ extends:
8888 - script : npm ci
8989 displayName : Install NPM dependencies
9090
91- - script : npx playwright install --with -deps
91+ - script : npx playwright install-deps
9292 displayName : Install Playwright Dependencies
9393
9494 - script : yarn ts-node ./scripts/ci/build-monaco-editor-pkg nightly
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ extends:
7272 - script : npm ci
7373 displayName : Install NPM dependencies
7474
75- - script : npx playwright install --with -deps
75+ - script : npx playwright install-deps
7676 displayName : Install Playwright Dependencies
7777
7878 - script : yarn ts-node ./scripts/ci/build-monaco-editor-pkg stable
Original file line number Diff line number Diff line change 3838 npm ci
3939
4040 - name : Download Playwright
41- run : npx playwright install --with -deps
41+ run : npx playwright install-deps
4242
4343 - name : execute `npm ci` (2)
4444 if : ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
You can’t perform that action at this time.
0 commit comments