]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - rollup.config.js
Make page choice more svelty (#51)
[nominatim-ui.git] / rollup.config.js
index 7584f85bd319d753627045a4383acb1b6a69950b..6f602dd9f4adb1bb8b3d60fb037aa8b79185b2f4 100644 (file)
@@ -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', '--dev'], {
                                stdio: ['ignore', 'inherit', 'inherit'],
                                shell: true
                        });