Skip to content

Commit

Permalink
Fix test2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alidra committed May 13, 2024
1 parent 2c003d6 commit 4c623aa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,4 @@ EXT = $(shell vsce show --json deducteam.lambdapi 2>/dev/null | jq '.versions[0]

.PHONY: publish-vscode-extension
publish-vscode-extension:
ifeq ($(EXT), $(shell cat editors/vscode/package.json | jq '.version'))
echo "extension already exists. Skip"
else
echo "hihi"
endif
echo "hihi"

0 comments on commit 4c623aa

Please sign in to comment.