Browse Source

fix nohoist for slackbot-proxy/bootstrap

Yuki Takei 3 years ago
parent
commit
8289f89eb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

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