Skip to content

Commit

Permalink
[docs-beta] Fix pnpm in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PedramNavid committed Aug 21, 2024
1 parent 46b8bc1 commit b39f65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs-beta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"lint:ts": "tsc --noEmit",
"lint:vale": "vale ./docs --ext=.md,.mdx",
"lint:eslint": "eslint . --ext=.tsx,.ts,.js,.md,.mdx",
"lint": "prettier . --check && pnpm run lint:tsc && pnpm run lint:eslint && pnpm run lint:vale",
"lint:fix": "prettier . --write && pnpm run lint:eslint --fix"
"lint": "prettier . --check && yarn run lint:tsc && yarn run lint:eslint && yarn run lint:vale",
"lint:fix": "prettier . --write && yarn run lint:eslint --fix"
},
"dependencies": {
"@docusaurus/core": "3.5.2",
Expand Down

0 comments on commit b39f65b

Please sign in to comment.