Remove postinstall from vscode-plugin

This commit is contained in:
Alexander Bantyev 2020-09-17 18:54:24 +03:00
parent a5874d7c2e
commit 7273e38a0f
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -90,7 +90,6 @@
"vscode:prepublish": "npm run compile", "vscode:prepublish": "npm run compile",
"compile": "tsc -b", "compile": "tsc -b",
"watch": "tsc -b -w", "watch": "tsc -b -w",
"postinstall": "cd client && npm install && cd ..",
"package": "vsce package" "package": "vsce package"
}, },
"dependencies": { "dependencies": {