Skip to content

Bump @types/geojson from 7946.0.10 to 7946.0.11 #458

Bump @types/geojson from 7946.0.10 to 7946.0.11

Bump @types/geojson from 7946.0.10 to 7946.0.11 #458

Workflow file for this run

name: Docs - Build and Deploy
on:
pull_request:
branches:
- main
jobs:
build-test-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install NPM packages
run: npm ci
- name: Build style spec
run: |
npm run generate-style-spec
npm run generate-typings
- name: Build docs
run: |
cd ./docs
npm ci
npm run build