Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
chore: add format:check script
Browse files Browse the repository at this point in the history
  • Loading branch information
hanspagel committed Jan 29, 2024
1 parent 690a67d commit 2ebdafb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"test": "pnpm -r test",
"lint": "pnpm -r lint",
"format": "pnpm -r format",
"format:check": "pnpm -r format:check",
"cli:link": "pnpm --filter @scalar/cli cli:link",
"build": "pnpm -r build"
},
Expand Down
12 changes: 3 additions & 9 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@
"author": "Scalar (https://github.com/scalar)",
"homepage": "https://github.com/scalar/scalar",
"bugs": "https://github.com/scalar/scalar/issues/new/choose",
"keywords": [
"scalar",
"openapi",
"swagger",
"cli"
],
"keywords": ["scalar", "openapi", "swagger", "cli"],
"engines": {
"node": ">=18"
},
Expand All @@ -19,6 +14,7 @@
"test": "vitest",
"lint": "pnpm dlx @biomejs/biome lint .",
"format": "pnpm dlx @biomejs/biome check . --apply",
"format:check": "pnpm dlx @biomejs/biome check .",
"cli:link": "pnpm run build && npm unlink -g && npm link",
"types:check": "tsc --noEmit --skipLibCheck",
"build": "rm -Rf dist/ && tsc && rollup -c"
Expand All @@ -28,9 +24,7 @@
"bin": {
"scalar": "./dist/index.js"
},
"files": [
"./dist"
],
"files": ["./dist"],
"dependencies": {
"@hono/node-server": "^1.5.0",
"@scalar/api-reference": "^1.14.0",
Expand Down

0 comments on commit 2ebdafb

Please sign in to comment.