diff --git a/package.json b/package.json index b4e41a8..e566fa7 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "build": "esbuild --log-level=warning --target=node18 --platform=node --sourcemap --outdir=build-javascript --format=esm --bundle index.ts", "build:qemu": "esbuild --log-level=warning --target=node18 --platform=node --sourcemap --outdir=build-javascript --format=esm --bundle qemu.ts", "build-image": "./npmrun build && doas node --enable-source-maps build-javascript/index.js", - "run": "./npmrun build-image && ./npmrun build:qemu && node --enable-source-maps build-javascript/qemu.js", + "run": "./npmrun build-image && ./npmrun build:qemu && ./npmrun run:qemu", + "run:qemu": "node --enable-source-maps build-javascript/qemu.js", "//test": "./npmrun build && node --enable-source-maps build-javascript/**/*.test.js", "tsc:check": "tsc --noEmit" },