Преглед на файлове

disc now called: `web:inject-disc`

Kevin van Zonneveld преди 6 години
родител
ревизия
bc27ea9446
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      netlify.toml

+ 1 - 1
netlify.toml

@@ -7,5 +7,5 @@ ID = "uppy"
 [context.deploy-preview]
 # netlify caches node_modules and doesn't run `npm install` after the first time,
 # so we have to `run bootstrap` manually in order to get lerna to do its thing
-command = "npm run bootstrap && npm run build && npm run web:install && npm run web:disc && npm run web:build"
+command = "npm run bootstrap && npm run build && npm run web:install && npm run web:inject-disc && npm run web:build"
 publish = "website/public"