diff --git a/desktop/plugins/package.json b/desktop/plugins/package.json index cb40f1649c6..fcb8107c947 100644 --- a/desktop/plugins/package.json +++ b/desktop/plugins/package.json @@ -24,6 +24,6 @@ "react-dom": "*" }, "scripts": { - "postinstall": "cd .. && ./ts-node ./plugins/postinstall.tsx" + "postinstall": "cd .. && tsx ./plugins/postinstall.tsx" } }