Skip to content

Commit 5746fe6

Browse files
don't commit version to package.json
1 parent 2e51574 commit 5746fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test:
1919

2020
vsix:
2121
@echo "Packaging VS Code extension into VSIX file (version: $(VERSION))..."
22-
npx vsce package $(VERSION)
22+
npx vsce package $(VERSION) --no-update-package-json
2323
@echo "Created: localstack-$(VERSION).vsix"
2424

2525
publish-marketplace:

0 commit comments

Comments
 (0)