Skip to content

Commit

Permalink
Merge pull request #241 from Simon-He95/main
Browse files Browse the repository at this point in the history
chore: update prettier & add cache
  • Loading branch information
sanqi-med committed Apr 3, 2023
2 parents 901991e + aa9d4e7 commit bb82f12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"init": "yarn && yarn run link && cd example && yarn",
"dev": "cd example && yarn run dev",
"link": "node ./scripts/link",
"codeformat": "prettier --write *",
"codeformat": "prettier --write * --cache",
"clean": "lerna clean -y",
"prepare": "husky install",
"copydocs": "node ./scripts/copydocs",
Expand All @@ -47,15 +47,15 @@
"lerna": "^5.1.8",
"lint-staged": "^10.5.4",
"ora": "^5.1.2",
"prettier": "^2.0.0",
"prettier": "^2.8.7",
"rimraf": "^3.0.2",
"shelljs": "^0.8.5",
"vue": "^3.0.5",
"vue-router": "^4.0.4"
},
"lint-staged": {
"*.md": "prettier --write",
"*.{ts,tsx,js,vue,scss}": "prettier --write"
"*.md": "prettier --write --cache",
"*.{ts,tsx,js,vue,scss}": "prettier --write --cache"
},
"husky": {
"hooks": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9886,10 +9886,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

prettier@^2.0.0:
version "2.7.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
prettier@^2.8.7:
version "2.8.7"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.7.tgz#bb79fc8729308549d28fe3a98fce73d2c0656450"
integrity sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==

proc-log@^2.0.0, proc-log@^2.0.1:
version "2.0.1"
Expand Down

0 comments on commit bb82f12

Please sign in to comment.