Skip to content

Commit

Permalink
chore: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Mar 3, 2023
1 parent 34aef56 commit 0100457
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"scripts": {
"build": "unbuild",
"format": "prettier --write src/**/*.ts test/**/*.ts",
"format": "prettier --write src/**/*.{ts,tsx} test/**/*.{ts,tsx}",
"test": "vitest",
"test:ci": "vitest --run",
"typecheck": "tsc --noEmit"
Expand Down
1 change: 0 additions & 1 deletion packages/epubook/src/epubook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {
type Theme,
type PageTemplate,
type ImageMediaType,
HTML,
Epub,
XHTML,
Image,
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"scripts": {
"build": "unbuild",
"format": "prettier --write src/**/*.ts test/**/*.ts",
"format": "prettier --write src/**/*.{ts,tsx}",
"typecheck": "tsc --noEmit"
},
"dependencies": {
Expand Down

0 comments on commit 0100457

Please sign in to comment.