Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed May 13, 2024
1 parent 3a4b804 commit 9586daf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: PNPM build
run: pnpm run build

- name: Test
run: pnpm run test

Expand Down
1 change: 0 additions & 1 deletion src/transform.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import path from 'node:path'
import { describe, expect, it } from 'vitest'
import {
processMagicComments,
removeMagicComments,
transform,
} from './transform'

Expand Down

0 comments on commit 9586daf

Please sign in to comment.