@lgv/visualization-map 1.1.4 → 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
@@ -40,8 +40,6 @@ include:
40
40
  - sed -i '1s/^/export default `\n/' leafletCss.js
41
41
  - echo "\`" >> leafletCss.js
42
42
  - mv leafletCss.js src/visualization/
43
- - chmod 775 src/visualization/leafletCss.js
44
- - ls -l src/visualization
45
43
 
46
44
  ###################################### OVERWRITES ######################################
47
45
 
@@ -74,6 +72,8 @@ npm:
74
72
  - npm install
75
73
  # convert leaflet css for js
76
74
  - *convert-css
75
+ # overwrite ignored files so leafletCss makes it to build
76
+ - touch .npmignore
77
77
  # build module for distribution
78
78
  - npm run build
79
79
  # publish