Commit 45319a80 authored by Ben's avatar Ben
Browse files

update:

parent 65911cbc
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -85,8 +85,7 @@
  },
  },
  "husky": {
  "husky": {
    "hooks": {
    "hooks": {
      "pre-commit": ".githooks/pre-commit && pretty-quick --staged",
      "pre-commit": ".githooks/pre-commit && pretty-quick --staged --bail --pattern '**/*.*(ts|html|scss)'"    
      "pre-push": "ng build --aot true"
    }
    }
  }
  }
}
}