Skip to content

Commit 3dd1baf

Browse files
committed
lint fix
1 parent 9f64eb5 commit 3dd1baf

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/canary.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

dev-packages/e2e-tests/ciPnpmOverrides.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import { addPnpmOverrides } from './lib/pnpmOverrides';
44
import * as path from 'path';
55

6-
76
async function run(): Promise<void> {
87
const tmpDirPath = process.argv[2];
98
const packedDirPath = process.argv[3];

0 commit comments

Comments
 (0)