Explorar el Código

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

Piotrek Koszuliński hace 9 años
padre
commit
eb0f46fc89
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lerna.json

+ 1 - 0
lerna.json

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