Skip to content

Commit

Permalink
fix: production build due to wrong imports in protomaps-leaflet
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Jul 19, 2024
1 parent 3459fed commit 1b41e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"release:minor": "cd api && npm run release:minor && cd .. && npm version --no-git-tag-version --force minor",
"release:major": "cd api && npm run release:major && cd .. && npm version --no-git-tag-version --force major",
"clean": "quasar clean",
"provision": "npm run css:cp && npm run icons:cp && npm run logos:cp && npm run tours:cp",
"provision": "npm run css:cp && npm run icons:cp && npm run logos:cp && npm run tours:cp && npm run fix-protomaps-leaflet",
"fix-protomaps-leaflet": "fix-esm-import-path node_modules/protomaps-leaflet/dist/index.js",
"dev": "npm run provision && npm run fix-protomaps-leaflet && cross-env NODE_ENV=development quasar dev",
"dev": "npm run provision && cross-env NODE_ENV=development quasar dev",
"prod": "cd api && npm run prod",
"build": "npm run provision && quasar build",
"pwa:dev": "npm run provision && cross-env NODE_ENV=development quasar dev -m pwa",
Expand Down

0 comments on commit 1b41e8f

Please sign in to comment.