You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,15 @@
1
1
{
2
2
"name": "@mapgis/webclient",
3
-
"version": "10.5.3",
3
+
"version": "10.5.4",
4
4
"description": "",
5
5
"main": "index.js",
6
6
"scripts": {
7
7
"website": "cd website && npm run serve",
8
8
"website-build": "cd website && npm run build",
9
+
"build-all": "npm run build-all-plugins && npm run build-all-docs && npm run website-build",
10
+
"build-dist": "npm run build-all-plugins && npm run build-all-docs",
11
+
"build-all-plugins": "npm run leaflet-plugin-debug && npm run leaflet-plugin-release && npm run openlayers-plugin-debug && npm run openlayers-plugin-release && npm run mapbox-plugin-debug && npm run mapbox-plugin-release && npm run cesium-plugin-debug && npm run cesium-plugin-release && npm run service-debug && npm run service-release",
12
+
"build-all-docs": "npm run build-docs-leaflet && npm run build-docs-mapboxgl && npm run build-docs-openlayers && npm run build-docs-cesium",
0 commit comments