Selaa lähdekoodia

netlify: do npx lerna bootstrap

Renée Kooi 5 vuotta sitten
vanhempi
commit
144081dab9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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"