Parcourir la source

Internal: Don't hoist guppy-pre-commit because it must install pre-commit hooks in every repository.

Piotrek Koszuliński il y a 9 ans
Parent
commit
eb0f46fc89
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      lerna.json

+ 1 - 0
lerna.json

@@ -5,5 +5,6 @@
     "."
   ],
   "hoist": true,
+  "nohoist": "guppy-pre-commit",
   "version": "0.0.0"
 }