Skip to content

Commit ac0226f

Browse files
authored
Merge pull request #160 from nextcloud/fix/makefile
fix(makefile): Don't add stubs directory to release
2 parents 7f726d7 + d194536 commit ac0226f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ appstore: clean
103103
--exclude=phpunit*xml \
104104
--exclude=tests \
105105
--exclude=ci \
106+
--exclude=stubs \
106107
--exclude=vendor/bin \
107108
$(project_dir) $(sign_dir)/$(app_name)
108109
@if [ -f $(cert_dir)/$(app_name).key ]; then \

0 commit comments

Comments
 (0)