|
|
@ -430,7 +430,7 @@
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"scripts": {
|
|
|
|
"vscode:prepublish": "npm run compile",
|
|
|
|
"vscode:prepublish": "npm run compile && cd webview && npm run build",
|
|
|
|
"compile": "tsc -p ./",
|
|
|
|
"compile": "tsc -p ./",
|
|
|
|
"watch": "tsc -watch -p ./",
|
|
|
|
"watch": "tsc -watch -p ./",
|
|
|
|
"postinstall": "node ./node_modules/vscode/bin/install"
|
|
|
|
"postinstall": "node ./node_modules/vscode/bin/install"
|
|
|
|