Skip to content

Commit

Permalink
Merge pull request #77 from earthly/renovate/major-octokit-monorepo
Browse files Browse the repository at this point in the history
Update octokit monorepo (major)
  • Loading branch information
idodod authored Mar 28, 2024
2 parents b462550 + ff8530a commit 6e15216
Show file tree
Hide file tree
Showing 18 changed files with 13,401 additions and 19,052 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ code:

lint:
FROM +code
COPY .eslintrc.js .
COPY .eslintrc.cjs .
RUN npm run-script lint

compile:
Expand All @@ -44,7 +44,7 @@ test-compile-was-run:
test:
FROM +code
COPY tsconfig.json .
COPY jest.config.js .
COPY vite.config.ts vitest.config.ts .
RUN npm test

test-run:
Expand Down
Loading

0 comments on commit 6e15216

Please sign in to comment.