diff --git a/docs/tutorial/map/amap.en.md b/docs/tutorial/map/amap.en.md index 0115628ac7..de5aeeca89 100644 --- a/docs/tutorial/map/amap.en.md +++ b/docs/tutorial/map/amap.en.md @@ -18,7 +18,7 @@ order: 0 2.0版本在L7内部动态引入了高德地图JS API,因此不再需要单独引入高德JS API,只需设置 type 为 ```amap``` 并且传入token ```html - + ``` ### 添加div 标签指定地图容器 @@ -106,7 +106,7 @@ fetch('https://gw.alipayobjects.com/os/rmsportal/oVTMqfzuuRFKiDwhPSFL.json')
- + + ``` ### 添加div 标签指定地图容器 @@ -106,7 +106,7 @@ fetch('https://gw.alipayobjects.com/os/rmsportal/oVTMqfzuuRFKiDwhPSFL.json')
- + + ``` @@ -114,7 +114,7 @@ fetch('https://gw.alipayobjects.com/os/rmsportal/oVTMqfzuuRFKiDwhPSFL.json')
- + + ``` @@ -115,7 +115,7 @@ fetch('https://gw.alipayobjects.com/os/rmsportal/oVTMqfzuuRFKiDwhPSFL.json')
- + ``` diff --git a/docs/tutorial/quickstart.zh.md b/docs/tutorial/quickstart.zh.md index c625eaa6d7..ce86741d7a 100644 --- a/docs/tutorial/quickstart.zh.md +++ b/docs/tutorial/quickstart.zh.md @@ -17,7 +17,7 @@ Include the L7 JS JavaScript of your HTML file. ```html - ``` diff --git a/package.json b/package.json index 75772d9bc3..eaf5f9966b 100644 --- a/package.json +++ b/package.json @@ -135,10 +135,10 @@ "lint:ts": "run-p -c lint:ts-*", "lint": "run-p -c lint:*", "commit": "git-cz", - "version": "lerna version --conventional-commits", + "version": "lerna version --force-publish --conventional-commits", "version:prerelease": "lerna version --conventional-prerelease", "prerelease": "yarn build && yarn bundle", - "release": "lerna publish from-package --registry https://registry.npmjs.com/", + "release": "lerna publish from-package --registry https://registry.npmjs.com/ --force-publish", "storybook": "start-storybook -p 6006", "test": "cross-env BABEL_ENV=test jest", "coveralls": "jest --coverage && cat ./tests/coverage/lcov.info | coveralls",