remove postinstall

This commit is contained in:
andreamah
2024-05-28 14:53:06 -07:00
parent 22ec01d426
commit 26340e4737

View File

@ -21,9 +21,7 @@
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"lint": "eslint \"src/**/*.ts\"",
"watch": "tsc -watch -p ./",
"postinstall": "npm run download-api",
"download-api": "npx @vscode/dts dev"
"watch": "tsc -watch -p ./"
},
"devDependencies": {
"@types/node": "^18",