Skip to content

Merge pull request #841 from tblivet/fix/update-after-adding-cart #1354

Merge pull request #841 from tblivet/fix/update-after-adding-cart

Merge pull request #841 from tblivet/fix/update-after-adding-cart #1354

Workflow file for this run

name: TypeScript type check
on: [ push, pull_request ]
jobs:
typescript:
name: TypeScript type check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Build and check types
run: npm ci && npm run build