]> Untitled Git - lemmy.git/commitdiff
Removing outdateds from package.json.
authorDessalines <tyhou13@gmx.com>
Mon, 6 Jan 2020 16:23:29 +0000 (11:23 -0500)
committerDessalines <tyhou13@gmx.com>
Mon, 6 Jan 2020 16:23:29 +0000 (11:23 -0500)
ui/package.json

index 17f154661be99e113d70da2a333d14c8925eddd6..987d4c42aa892c8327a78f621eba490a8e02b0e8 100644 (file)
@@ -57,7 +57,7 @@
   "engineStrict": true,
   "husky": {
     "hooks": {
-      "pre-commit": "cargo fmt --manifest-path ../server/Cargo.toml && cargo clippy --manifest-path ../server/Cargo.toml --all-targets --all-features -- -D warnings && cargo outdated -R && yarn outdated && lint-staged"
+      "pre-commit": "cargo fmt --manifest-path ../server/Cargo.toml && cargo clippy --manifest-path ../server/Cargo.toml --all-targets --all-features -- -D warnings && lint-staged"
     }
   },
   "lint-staged": {