Skip to content

Commit 7b77f76

Browse files
remove unsupported option
1 parent bb695e0 commit 7b77f76

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
@@ -32,4 +32,4 @@ publish-ovsx:
3232
@echo "Publishing VS Code extension to Open VSX..."
3333
@echo "Verifying PAT..."
3434
npx ovsx verify-pat localstack -p $(OVSX_PAT)
35-
npx ovsx publish --pre-release $(VERSION) -p $(OVSX_PAT) --no-update-package-json
35+
npx ovsx publish --pre-release $(VERSION) -p $(OVSX_PAT)

0 commit comments

Comments
 (0)