Browse Source

update nohoist settings

Yuki Takei 4 years ago
parent
commit
8c996f9d06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

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