Migrate postinstall script to use modules

This commit is contained in:
Matt Bierner
2022-02-28 16:02:11 -08:00
parent 03f99f57c7
commit b0e8554cce
2 changed files with 6 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
"typescript": "4.6.2"
},
"scripts": {
"postinstall": "node ./postinstall"
"postinstall": "node ./postinstall.mjs"
},
"devDependencies": {
"esbuild": "^0.11.12",