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 16, 2024
1 parent a39b736 commit 1c19883
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 @@ -25,6 +25,6 @@
"react-dom": "*"
},
"scripts": {
"postinstall": "tsx postinstall.tsx"
"postinstall": "npx tsx ./postinstall.tsx"
}
}

0 comments on commit 1c19883

Please sign in to comment.