File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373
7474 - name : Build
7575 run : |
76- npm run build-prod
77- npm run build-csp
78- npm run build-dev
79- npm run build-css
76+ npm run build-dist
8077 npm run build-benchmarks
81- npm run generate-typings
8278
8379 - name : Publish NPM package (regular)
8480 if : ${{ steps.prepare_release.outputs.release_type == 'regular' }}
Original file line number Diff line number Diff line change 2020 run : npm ci
2121
2222 - name : Build benchmarks
23+ run : npm run generate-typings
2324 run : npm run build-benchmarks
2425
2526 - name : Copy benchmarks_generated.js
Original file line number Diff line number Diff line change 147147 "generate-typings" : " dts-bundle-generator --umd-module-name=maplibregl -o ./dist/maplibre-gl.d.ts ./src/index.ts" ,
148148 "generate-docs" : " typedoc && node --no-warnings --loader ts-node/esm build/generate-docs.ts" ,
149149 "generate-images" : " node --no-warnings --loader ts-node/esm build/generate-doc-images.ts" ,
150- "build-dist" : " npm run generate-typings && run-p --print-label build-dev build-prod build-csp build-csp-dev build-css " ,
150+ "build-dist" : " run-p --print-label build-css generate-typings && run-p --print-label build-dev build-csp-dev && run-p --print-label build-prod build-csp " ,
151151 "build-dev" : " rollup --configPlugin @rollup/plugin-typescript -c --environment BUILD:dev" ,
152152 "watch-dev" : " rollup --configPlugin @rollup/plugin-typescript -c --environment BUILD:dev --watch" ,
153153 "build-prod" : " rollup --configPlugin @rollup/plugin-typescript -c --environment BUILD:production" ,
You can’t perform that action at this time.
0 commit comments