Skip to content

Commit 5de7d7a

Browse files
authored
trigger CI
1 parent 322dabe commit 5de7d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/rslib.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { defineConfig, type rsbuild, rspack } from 'rslib';
55
import packageJson from './package.json' with { type: 'json' };
66

77
const pluginFixDtsTypes: rsbuild.RsbuildPlugin = {
8-
name: 'fix-dts-types',
8+
name: 'fix-dts-types-1',
99
setup(api) {
1010
api.onAfterBuild(() => {
1111
const typesDir = path.join(process.cwd(), 'dist-types');

0 commit comments

Comments
 (0)