Browse Source

add uvu to nohois

Yuki Takei 3 years ago
parent
commit
5e0f609f22
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package.json

+ 2 - 1
package.json

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