diff --git a/api/working-with-extensions/bundling-extension.md b/api/working-with-extensions/bundling-extension.md index 478750df5..24e50c6a2 100644 --- a/api/working-with-extensions/bundling-extension.md +++ b/api/working-with-extensions/bundling-extension.md @@ -90,6 +90,7 @@ Merge these entries into the `scripts` section in `package.json`: "vscode:prepublish": "webpack --mode production", "compile": "webpack --mode none", "watch": "webpack --mode none --watch", + "test-compile": "tsc -p ./", }, ```