diff --git a/netlify.toml b/netlify.toml index 6513bd4..7bd7e32 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,3 @@ [build] publish = 'examples/webpack/dist/' -command = 'npm ci && npm run prepack && npm --workspace example run build' +command = 'npm ci && npm run prepack && npm --workspace webpack-example run build'