X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/blobdiff_plain/c9687b102bb6f544a034dc4d508bf0ae4a5fc221..841c529dda833e87fab4d710957921ce7c65c0a3:/rollup.config.js diff --git a/rollup.config.js b/rollup.config.js index 7584f85..90da3f7 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -17,7 +17,7 @@ function serve() { return { writeBundle() { if (server) return; - server = require('child_process').spawn('npm', ['run', 'start', '--', '--dev'], { + server = require('child_process').spawn('yarn', ['start', '-d'], { stdio: ['ignore', 'inherit', 'inherit'], shell: true });