Skip to content

Commit

Permalink
Prefix JS tools by yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
lefessan committed Sep 29, 2023
1 parent 15c4a1f commit 4bafb38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.header
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ vsix-clean: clean

# need 'make build-debug' or 'make build-release' before
vsix-package:
vsce package --out superbol-vscode-platform.vsix --yarn
yarn vsce package --out superbol-vscode-platform.vsix --yarn

deploy-vsce:
vsce publish --packagePath superbol-vscode-platform.vsix --yarn
yarn vsce publish --packagePath superbol-vscode-platform.vsix --yarn

deploy-ovsx:
ovsx publish --yarn
yarn ovsx publish --yarn

.PHONY: clean-execs
distclean: clean-execs
Expand Down

0 comments on commit 4bafb38

Please sign in to comment.