Parcourir la source

fix nohoist for slackbot-proxy/bootstrap

Yuki Takei il y a 3 ans
Parent
commit
8289f89eb7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -27,7 +27,7 @@
     ],
     "nohoist": [
       "**/uvu/*",
-      "apps/slackbot-proxy/bootstrap"
+      "**/slackbot-proxy/bootstrap"
     ]
   },
   "scripts": {