Skip to content

Commit 4511888

Browse files
committed
chore: test
1 parent 152a589 commit 4511888

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/deploy.yml

-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jobs:
3737
args: [--no-frozen-lockfile]
3838
3939
- name: Build
40-
run: pnpm release:build
41-
42-
- name: Build Docs
4340
run: pnpm docs:build
4441

4542
- name: Deploy

rspress.config.ts

+9-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ export default defineConfig({
1717
path.join(__dirname, 'docs/global/ChartTheme.tsx')
1818
],
1919
plugins: [
20-
pluginPreview({
21-
22-
}),
20+
pluginPreview({}),
2321
pluginLastUpdated(),
2422
// pluginPlayground({
2523
// defaultDirection: 'vertical',
@@ -39,4 +37,12 @@ export default defineConfig({
3937
},
4038
],
4139
},
40+
builderConfig: {
41+
resolve: {
42+
alias: {
43+
'@sensoro-design/chart': './packages/chart/src',
44+
'@sensoro-design/chart-theme': './packages/theme/src',
45+
},
46+
},
47+
},
4248
});

0 commit comments

Comments
 (0)