Skip to content

Commit

Permalink
[js] Use tsx for plugin postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
passy committed Jul 15, 2024
1 parent fb633d0 commit d988d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"react-dom": "*"
},
"scripts": {
"postinstall": "cd .. && ./ts-node ./plugins/postinstall.tsx"
"postinstall": "cd .. && tsx ./plugins/postinstall.tsx"
}
}

0 comments on commit d988d71

Please sign in to comment.