瀏覽代碼

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

Piotrek Koszuliński 9 年之前
父節點
當前提交
eb0f46fc89
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lerna.json

+ 1 - 0
lerna.json

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