浏览代码

netlify: do npx lerna bootstrap

Renée Kooi 5 年之前
父节点
当前提交
144081dab9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      netlify.toml

+ 1 - 1
netlify.toml

@@ -5,6 +5,6 @@ ID = "uppy"
 # (no main build settings, we use Github Pages)
 # (no main build settings, we use Github Pages)
 
 
 [context.deploy-preview]
 [context.deploy-preview]
-command = "npm run build && npm run web:inject-disc && npm run web:build"
+command = "npx lerna bootstrap && npm run build && npm run web:inject-disc && npm run web:build"
 environment = { NODE_VERSION = "10" }
 environment = { NODE_VERSION = "10" }
 publish = "website/public"
 publish = "website/public"