Skip to content

Commit

Permalink
feat: fix lint problems
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyutaotao committed Aug 7, 2024
1 parent 1686be6 commit eac08da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 18 deletions.
7 changes: 1 addition & 6 deletions apps/site/docs/en/docs/usage/_meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
[
"API.md",
"cli.md",
"cache.md",
"model-vendor.md"
]
["API.md", "cli.md", "cache.md", "model-vendor.md"]
7 changes: 1 addition & 6 deletions apps/site/docs/zh/docs/usage/_meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
[
"API.md",
"cli.md",
"cache.md",
"model-vendor.md"
]
["API.md", "cli.md", "cache.md", "model-vendor.md"]
7 changes: 2 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"bin": {
"midscene": "./bin/midscene"
},
"files": [
"dist",
"README.md"
],
"files": ["dist", "README.md"],
"scripts": {
"dev": "modern dev",
"build": "modern build",
Expand Down Expand Up @@ -43,4 +40,4 @@
"registry": "https://registry.npmjs.org"
},
"license": "MIT"
}
}
2 changes: 1 addition & 1 deletion packages/cli/vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from 'vitest/config';
import path from 'node:path';
import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
Expand Down

0 comments on commit eac08da

Please sign in to comment.