Skip to content

Commit eb16ef1

Browse files
committed
chore: add maptalks-gpu(still in testing) into build and release target
1 parent fe0b848 commit eb16ef1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"scripts": {
77
"clean": "turbo run clean",
88
"dev": "turbo run dev",
9+
"build-gl": "turbo run build --filter=maptalks-gl",
910
"build-gpu": "turbo run build --filter=maptalks-gpu",
10-
"build": "turbo run build --filter=maptalks-gl",
11+
"build": "turbo run build --filter=maptalks-gl --filter=maptalks-gpu",
1112
"build-all": "turbo run build",
1213
"build-dev": "turbo run build-dev*",
1314
"lint": "turbo run lint",

packages/gpu/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @maptalks/gpu
2+
3+
## 0.110.0
4+
5+
### Minor Changes
6+
7+
- add gpu and maptalks-gpu packages and fix some bugs
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- maptalks@1.4.6
13+
- @maptalks/gltf-loader@0.103.0

0 commit comments

Comments
 (0)