mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Migrate postinstall script to use modules
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"typescript": "4.6.2"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node ./postinstall"
|
||||
"postinstall": "node ./postinstall.mjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.11.12",
|
||||
|
||||
Reference in New Issue
Block a user