Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
[docs] expose lint frozen errors
Browse files Browse the repository at this point in the history
  • Loading branch information
davidiw committed Apr 23, 2023
1 parent bc8c1b4 commit 1e76a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer-docs-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc",
"fmt": "prettier --write '**/*.(tsx|ts|js)'",
"lint": "pnpm install --frozen-lockfile --silent && prettier --check '**/*.(tsx|ts|js)'",
"lint": "pnpm install --frozen-lockfile && prettier --check '**/*.(tsx|ts|js)'",
"contributors": "scripts/contributors.js"
},
"dependencies": {
Expand Down

0 comments on commit 1e76a1c

Please sign in to comment.