Kaynağa Gözat

set nohoist

Yuki Takei 4 yıl önce
ebeveyn
işleme
3b025d21f5
1 değiştirilmiş dosya ile 2 ekleme ve 4 silme
  1. 2 4
      package.json

+ 2 - 4
package.json

@@ -21,10 +21,8 @@
   },
   "private": true,
   "workspaces": {
-    "packages": [
-      "packages/*"
-    ],
-    "nohoist": []
+    "packages": ["packages/*"],
+    "nohoist": ["**/bootstrap"]
   },
   "scripts": {
     "build:api:jsdoc": "swagger-jsdoc -o tmp/swagger.json -d config/swagger-definition.js",