Add building the Settings UI to the vscode:prepublish script

feature/search
Kelvin Schoofs 6 years ago
parent ac559cd45b
commit 369af11405

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

Loading…
Cancel
Save