From d29c73159d3919221a85b5859a3cf977dbc7c5df Mon Sep 17 00:00:00 2001 From: Corentin Leruth Date: Fri, 5 Jan 2024 11:47:10 +0100 Subject: [PATCH] pass --no-dependencies to vsce package (#1324) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e6d868b97..8cc4e2e70 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ watch: ## Watch for the filesystem and rebuild on every change .PHONY: pkg pkg: build # Builds and packages the extension for installment - yarn vsce package --out ./test_extension.vsix + yarn vsce package --out ./test_extension.vsix --yarn --no-dependencies .PHONY: install install: pkg # Builds, packages, and installs the extension to your VS Code