Skip to content

Commit

Permalink
Install and relink
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Aug 22, 2024
1 parent 47ffdae commit 8fa933b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ jobs:
cd shieldlib/
npm link ../maplibre-gl-js
cd ../
grep u200D maplibre-gl-js/build/generate-unicode-data.ts maplibre-gl-js/src/data/unicode_properties.ts node_modules/maplibre-gl/build/generate-unicode-data.ts node_modules/maplibre-gl/src/data/unicode_properties.ts node_modules/maplibre-gl/dist/maplibre-gl-unminified.js node_modules/maplibre-gl/dist/maplibre-gl-dev.js
npm install
npm link ./maplibre-gl-js/
npm run build
grep u200D maplibre-gl-js/build/generate-unicode-data.ts maplibre-gl-js/src/data/unicode_properties.ts node_modules/maplibre-gl/build/generate-unicode-data.ts node_modules/maplibre-gl/src/data/unicode_properties.ts node_modules/maplibre-gl/dist/maplibre-gl-unminified.js node_modules/maplibre-gl/dist/maplibre-gl-dev.js dist/americana.js
npm run style
npm run shields
cp src/configs/config.aws.js src/config.js
Expand Down

0 comments on commit 8fa933b

Please sign in to comment.