Skip to content

Commit

Permalink
Always run setup to get yarn links in place (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
su-ex committed Dec 30, 2021
1 parent c27c617 commit 4a52399
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 @@ -43,7 +43,7 @@ CSC_NAME ?=
-include release.mk

setup:
if [ ! -L "element-desktop/webapp" ]; then ./setup.sh; fi
./setup.sh

element-desktop/build/SchildiChat.xcassets/SchildiChat.iconset: $(wildcard element-desktop/build/SchildiChat.xcassets/SchildiChat.iconset/*)

Expand Down

0 comments on commit 4a52399

Please sign in to comment.