From e105837b2d80b4a3c2fa5ca847930f1e1508def7 Mon Sep 17 00:00:00 2001 From: Corentin Leruth Date: Fri, 5 Jan 2024 10:56:39 +0100 Subject: [PATCH] pass --no-dependencies to vsce package --- 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