@lgv/visualization-map 1.1.3 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.gitlab-ci.yml CHANGED
@@ -72,7 +72,8 @@ npm:
72
72
  - npm install
73
73
  # convert leaflet css for js
74
74
  - *convert-css
75
- - ls -l src/visualization
75
+ # overwrite ignored files so leafletCss makes it to build
76
+ - touch .npmignore
76
77
  # build module for distribution
77
78
  - npm run build
78
79
  # publish