Skip to content

Commit

Permalink
Fix build on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Jan 24, 2025
1 parent 690d01f commit 23ca250
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"fix": "npm run lint:eslint -- --fix",
"build": "rm -rf dist && npm run build:vite && npm run build:cp",
"build:vite": "vite build",
"build:cp": "cp packages/vue-mapbox-gl/package.json dist/ && cp README.md dist/ && sed -i '' 's/index\\.ts/index\\.js/' dist/package.json",
"build:cp": "cp packages/vue-mapbox-gl/package.json dist/ && cp README.md dist/ && npm run build:fix-extension",
"build:fix-extension": "echo \"$(cat dist/package.json | sed 's/index\\.ts/index\\.js/')\" > dist/package.json",
"prepublishOnly": "npm run build",
"test": "npm run test -w @studiometa/vue-mapbox-gl-tests"
},
Expand Down

0 comments on commit 23ca250

Please sign in to comment.