Skip to content

Commit 5719afe

Browse files
committed
Update scripts
1 parent e5e244a commit 5719afe

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/maplibre-gl-echarts-layer/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
"access": "public"
2929
},
3030
"scripts": {
31-
"build": "vite build",
32-
"docs:build": "pnpm typedoc"
31+
"build": "vite build && pnpm typedoc"
3332
},
3433
"peerDependencies": {
3534
"echarts": "^5.0.0",

packages/maplibre-gl-image-layer/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
"access": "public"
2929
},
3030
"scripts": {
31-
"build": "vite build",
32-
"docs:build": "pnpm typedoc"
31+
"build": "vite build && pnpm typedoc"
3332
},
3433
"peerDependencies": {
3534
"proj4": "^2.8.0",

0 commit comments

Comments
 (0)