Skip to content

Commit 06eedbb

Browse files
committed
fix: add missing canvas-layer package.
1 parent b622357 commit 06eedbb

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,6 @@ env:
88
SKIP_PREFLIGHT_CHECK: true
99

1010
jobs:
11-
windows:
12-
runs-on: windows-latest
13-
steps:
14-
- uses: actions/checkout@v6
15-
- uses: actions/setup-node@v6
16-
with:
17-
node-version: 24
18-
registry-url: 'https://registry.npmjs.org'
19-
20-
- run: npm -v
21-
- run: npm install -g npm@8
22-
- run: npm -v
23-
- run: npm install
24-
- run: npm install --workspaces
25-
- run: npm run build
26-
- run: npm run doc
27-
- run: npm run coverage
28-
2911
build-deploy:
3012
runs-on: ubuntu-latest
3113
permissions:

packages/canvas-layer/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@uiw/react-baidu-map-canvas-layer",
33
"version": "2.7.4",
4-
"private": true,
54
"description": "Baidu Map canvas-layer Components for React.",
65
"funding": "https://jaywcjlove.github.io/#/sponsor",
76
"homepage": "https://uiwjs.github.io/react-baidu-map/#/canvas-layer",

0 commit comments

Comments
 (0)