Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 14, 2024
1 parent 3768a85 commit be5ed53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ contribs/dist: .build/build-dll.timestamp
touch $@

.build/node_modules.timestamp: package.json
npm install --ignore-scripts
npm install || npm install --ignore-scripts
# Installed from peer dependency from ol-layerswitcher and that breaks our types
rm -rf ./node_modules/@types/openlayers
mkdir -p $(dir $@)
Expand Down

0 comments on commit be5ed53

Please sign in to comment.