File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed
Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change 88 SKIP_PREFLIGHT_CHECK : true
99
1010jobs :
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 :
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments