Skip to content

Commit

Permalink
chore: port to npm + remove Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjosethomas committed Feb 10, 2025
1 parent 8191748 commit 82979b0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 49 deletions.
7 changes: 0 additions & 7 deletions .dockerignore

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: yarn
- run: yarn lint
- run: npm i
- run: npm run lint

build:
runs-on: ubuntu-latest
Expand All @@ -25,5 +25,5 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: yarn
- run: yarn build
- run: npm i
- run: npm run build
37 changes: 0 additions & 37 deletions Dockerfile

This file was deleted.

3 changes: 2 additions & 1 deletion src/components/Home/AboutMaia.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ export const AboutMaia = () => {
We tested each Maia on 9 sets of 500,000 positions that arose
in real human games, one for each rating level between 1100
and 1900. Every Maia made a prediction for every position, and
we measured its resulting move-matching accuracy on each set.{' '}
we measured its resulting move-matching accuracy on each

Check failure on line 176 in src/components/Home/AboutMaia.tsx

View workflow job for this annotation

GitHub Actions / lint

Delete `⏎·················`
set.{' '}
</p>
<p>
Each Maia captures human style at its targeted skill level.
Expand Down

0 comments on commit 82979b0

Please sign in to comment.