Skip to content

Commit

Permalink
Moved GL JS clone to sibling directory
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Aug 22, 2024
1 parent 8fa933b commit e011138
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@ jobs:
run: |
npm ci --include=dev
rm -rf maplibre-gl-js
git clone https://github.com/1ec5/maplibre-gl-js.git --branch=complex-text-50 --depth=10
cd maplibre-gl-js/
git clone https://github.com/1ec5/maplibre-gl-js.git --branch=complex-text-50 --depth=10 ../maplibre-gl-js
cd ../maplibre-gl-js/
npm install --include=dev
npm run build-dev
npm run build-dist
cd ../
npm link ./maplibre-gl-js/
cd -
npm link ../maplibre-gl-js/
cd shieldlib/
npm link ../maplibre-gl-js
npm link ../../maplibre-gl-js
cd ../
npm install
npm link ./maplibre-gl-js/
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
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 e011138

Please sign in to comment.