File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -972,7 +972,9 @@ jobs:
972972 working-directory : dev-packages/e2e-tests
973973
974974 - name : Add pnpm overrides
975- run : yarn ci:pnpm-overrides ${{ runner.temp }}/test-application ${{ github.workspace }}/dev-packages/e2e-tests/packed
975+ run :
976+ yarn ci:pnpm-overrides ${{ runner.temp }}/test-application ${{ github.workspace
977+ }}/dev-packages/e2e-tests/packed
976978 working-directory : dev-packages/e2e-tests
977979
978980 - name : Build E2E app
Original file line number Diff line number Diff line change @@ -153,7 +153,9 @@ jobs:
153153 working-directory : dev-packages/e2e-tests
154154
155155 - name : Add pnpm overrides
156- run : yarn ci:pnpm-overrides ${{ runner.temp }}/test-application ${{ github.workspace }}/dev-packages/e2e-tests/packed
156+ run :
157+ yarn ci:pnpm-overrides ${{ runner.temp }}/test-application ${{ github.workspace
158+ }}/dev-packages/e2e-tests/packed
157159 working-directory : dev-packages/e2e-tests
158160
159161 - name : Build E2E app
Original file line number Diff line number Diff line change 33import { addPnpmOverrides } from './lib/pnpmOverrides' ;
44import * as path from 'path' ;
55
6-
76async function run ( ) : Promise < void > {
87 const tmpDirPath = process . argv [ 2 ] ;
98 const packedDirPath = process . argv [ 3 ] ;
You can’t perform that action at this time.
0 commit comments