Skip to content

Commit

Permalink
update prettier and add husky script
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybrad committed Nov 26, 2022
1 parent 700f903 commit d5c74ca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"dev": "webpack --node-env=production --progress",
"serve": "webpack-dev-server --node-env=development",
"check-prettier": "prettier --check .",
"fix-prettier": "prettier --write ."
"fix-prettier": "prettier --write .",
"prepare": "husky install"
},
"workspaces": [
"packages/*"
Expand All @@ -20,8 +21,8 @@
"@craftcms/webpack": "file:packages/craftcms-webpack",
"@playwright/test": "^1.19.2",
"husky": "^7.0.4",
"lint-staged": "^12.3.8",
"prettier": "2.6.2",
"lint-staged": "^12.4.0",
"prettier": "^2.7.1",
"tailwindcss": "^3.0.18",
"vue-apexcharts": "^1.6.2"
},
Expand Down

0 comments on commit d5c74ca

Please sign in to comment.