Skip to content

Commit

Permalink
use pnpm instead of yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
KobbyMmo committed Mar 11, 2022
1 parent 7050a0b commit 7cacb7e
Show file tree
Hide file tree
Showing 2 changed files with 1,231 additions and 498 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"prepare": "husky install",
"format": "yarn prettier --write --ignore-path './.gitignore' \"**/*.+(json|md|yml)\" './'",
"format-staged": "yarn prettier --write",
"lint-staged-optimal-imports": "yarn jscodeshift -t node_modules/@material-ui/codemod/lib/v4.0.0/optimal-imports.js",
"lint-staged-top-level-imports": "yarn jscodeshift -t node_modules/@material-ui/codemod/lib/v4.0.0/top-level-imports.js",
"lint-staged": "yarn eslint --fix --ext '.js,.json,.md,.yml'"
"format": "pnpm prettier --write --ignore-path './.gitignore' \"**/*.+(json|md|yml)\" './'",
"format-staged": "pnpm prettier --write",
"lint-staged-optimal-imports": "pnpm jscodeshift -t node_modules/@material-ui/codemod/lib/v4.0.0/optimal-imports.js",
"lint-staged-top-level-imports": "pnpm jscodeshift -t node_modules/@material-ui/codemod/lib/v4.0.0/top-level-imports.js",
"lint-staged": "pnpm eslint --fix --ext '.js,.json,.md,.yml'"
},
"devDependencies": {
"@babel/core": "^7.16.0",
Expand Down
Loading

0 comments on commit 7cacb7e

Please sign in to comment.