We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152a589 commit 4511888Copy full SHA for 4511888
.github/workflows/deploy.yml
@@ -37,9 +37,6 @@ jobs:
37
args: [--no-frozen-lockfile]
38
39
- name: Build
40
- run: pnpm release:build
41
-
42
- - name: Build Docs
43
run: pnpm docs:build
44
45
- name: Deploy
rspress.config.ts
@@ -17,9 +17,7 @@ export default defineConfig({
17
path.join(__dirname, 'docs/global/ChartTheme.tsx')
18
],
19
plugins: [
20
- pluginPreview({
21
22
- }),
+ pluginPreview({}),
23
pluginLastUpdated(),
24
// pluginPlayground({
25
// defaultDirection: 'vertical',
@@ -39,4 +37,12 @@ export default defineConfig({
},
+ builderConfig: {
+ resolve: {
+ alias: {
+ '@sensoro-design/chart': './packages/chart/src',
+ '@sensoro-design/chart-theme': './packages/theme/src',
+ },
46
47
48
});
0 commit comments