Kaynağa Gözat

netlify: do npx lerna bootstrap

Renée Kooi 5 yıl önce
ebeveyn
işleme
144081dab9
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      netlify.toml

+ 1 - 1
netlify.toml

@@ -5,6 +5,6 @@ ID = "uppy"
 # (no main build settings, we use Github Pages)
 
 [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" }
 publish = "website/public"