Skip to content

Commit

Permalink
Merge pull request #47 from deathbeam/react-19
Browse files Browse the repository at this point in the history
Switch to react compiler
  • Loading branch information
deathbeam authored Oct 26, 2024
2 parents edb550f + 765c1ea commit 1014de4
Show file tree
Hide file tree
Showing 28 changed files with 1,742 additions and 3,420 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,14 @@ jobs:

- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '16'

- name: Install site dependencies
run: npm ci
working-directory: site

- name: Lint
run: npm run lint
working-directory: site
# - name: Lint
# run: npm run lint
# working-directory: site

- name: Build site
run: npm run build
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '16'

- name: Install site dependencies
run: npm ci
Expand Down
19 changes: 0 additions & 19 deletions site/.eslintrc.cjs

This file was deleted.

Loading

0 comments on commit 1014de4

Please sign in to comment.