Skip to content

Commit

Permalink
Merge pull request #3298 from OmniTroid/semicolon
Browse files Browse the repository at this point in the history
Add semicolon to web Makefile
  • Loading branch information
csordasmarton authored Apr 30, 2021
2 parents 763b61d + 0ae3883 commit 18d9c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ check_codechecker_api_version:
if ! pip3 install -r ./requirements.txt 2>&1 | grep -q "Requirement already satisfied: codechecker_api"; then \
if [ "$(BUILD_UI_DIST)" = "YES" ]; then \
cd server/vue-cli && npm install && rm -rf $(DIST_DIR); \
fi \
fi; \
fi

# This target will check if the 'dist' directory exists and the vue-cli folder
Expand Down

0 comments on commit 18d9c63

Please sign in to comment.