diff --git a/desktop/plugins/package.json b/desktop/plugins/package.json index 1084f25c842..2c1350a94f5 100644 --- a/desktop/plugins/package.json +++ b/desktop/plugins/package.json @@ -25,6 +25,6 @@ "react-dom": "*" }, "scripts": { - "postinstall": "tsx postinstall.tsx" + "postinstall": "npx tsx ./postinstall.tsx" } }