mirror of https://github.com/lxndrblz/anatole.git

alexanderdavide
10.07.2022 cc23ef411c713c6eba52d9380fc652e4a872e3ab
chore: add setup script to combine install and husky prepare
1 files modified
3 ■■■■ changed files
package.json 3 ●●●● patch | view | raw | blame | history
package.json
@@ -7,7 +7,8 @@
    "dev": "hugo serve --themesDir=../.. --source=exampleSite",
    "prettier": "npx prettier --write .",
    "prepare": "husky install",
    "release": "release-it"
    "release": "release-it",
    "setup": "npm install && npm run prepare"
  },
  "repository": {
    "type": "git",