ソースを参照

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"
 }