Skip to content

Commit

Permalink
vscode: publish extension if new version. Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Alidra committed Apr 5, 2024
1 parent 4a62d2b commit 5b88aca
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 @@ -178,5 +178,5 @@ publish-vscode-extension:
ifeq ($(shell vsce show --json deducteam.lambdapi | jq '.versions[0]' | jq '.version'), $(shell cat editors/vscode/package.json | jq '.version'))
echo "extension already exists. Skip"
else
make && vsce publish -p ${PAT}
cd editors/vscode && make && vsce publish -p ${PAT}
endif

0 comments on commit 5b88aca

Please sign in to comment.