diff --git a/package.json b/package.json index 75b9128..96e634a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dev:watch:modules": "tsc -w --preserveWatchOutput --declaration --sourceMap --outDir libs -p .", "dev:watch:bundles": "rollup -w --no-watch.clearScreen -c", "dev:serve": "ws", - "dev": "npm-run-all --parallel dev:watch:modules dev:watch:bundles dev:serve", + "dev": "npm-run-all --parallel dev:watch:bundles dev:serve", "prepublishOnly": "npm run clean && npm run build" }, "repository": {