Skip to content

Commit f32b62c

Browse files
ci: apply automated fixes
1 parent f880ca1 commit f32b62c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/react-virtual/e2e/app/vite.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ export default defineConfig({
1313
__dirname,
1414
'measure-element/index.html',
1515
),
16-
'smooth-scroll': path.resolve(
17-
__dirname,
18-
'smooth-scroll/index.html',
19-
),
16+
'smooth-scroll': path.resolve(__dirname, 'smooth-scroll/index.html'),
2017
},
2118
},
2219
},

0 commit comments

Comments
 (0)