Skip to content

Commit

Permalink
Merge pull request #800 from open-formulieren/chore/445-add-typescript
Browse files Browse the repository at this point in the history
Set up Typescript in hybrid mode
  • Loading branch information
sergei-maertens authored Mar 5, 2025
2 parents 4eed457 + 2cf3ec0 commit a375c8e
Show file tree
Hide file tree
Showing 19 changed files with 591 additions and 2,309 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,17 @@ jobs:
echo "version=${VERSION}" >> $GITHUB_OUTPUT
- name: Build Javascript
- name: Install dependencies
run: |
echo "Building version $VITE_VERSION"
npm ci
npm run build:design-tokens
- name: Run type checker
run: npm run build:typecheck

- name: Build Javascript
run: |
echo "Building version $VITE_VERSION"
VITE_VERSION=${VITE_VERSION} npm run build
env:
VITE_VERSION: ${{ steps.build-args.outputs.version }}
Expand Down
File renamed without changes.
File renamed without changes.
6 changes: 0 additions & 6 deletions jsconfig.json

This file was deleted.

Loading

0 comments on commit a375c8e

Please sign in to comment.