Skip to content

Commit

Permalink
pass --no-dependencies to vsce package
Browse files Browse the repository at this point in the history
  • Loading branch information
tatchi committed Jan 5, 2024
1 parent 6f405a2 commit 1556811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 --no-dependencies --out ./test_extension.vsix

.PHONY: install
install: pkg # Builds, packages, and installs the extension to your VS Code
Expand Down

0 comments on commit 1556811

Please sign in to comment.