Skip to content

Commit

Permalink
github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stereobooster committed May 1, 2024
1 parent 6751192 commit 78d3001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: pnpm install

- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps chromium
run: pnpm exec playwright install chromium

- name: Build
run: pnpm build
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-pintora/test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { unified } from "unified";
import remarkParse from "remark-parse";
import remarkRehype from "remark-rehype";
import rehypeStringify from "rehype-stringify";
import { expect, it, vi } from "vitest";
import { expect, it } from "vitest";

import rehypePintora from "../src";

Expand Down

0 comments on commit 78d3001

Please sign in to comment.