diff --git a/package.json b/package.json index 7eca5a1538..20b5740e58 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dev-run": "nodemon --watch static/build/main.js --exec \"electron --inspect .\"", "dev:main": "yarn compile:main --watch", "dev:renderer": "yarn compile:renderer --watch", - "dev:extensions": "rollup --config src/extensions/rollup.config.js --watch", + "dev:extensions": "yarn compile:extensions --watch", "compile": "env NODE_ENV=production concurrently yarn:compile:*", "compile:main": "webpack --config webpack.main.ts", "compile:renderer": "webpack --config webpack.renderer.ts",