Skip to content

Commit 350e092

Browse files
Merge pull request #94 from Learnosity/LRN-48024/BUG/release-process-error
Lrn 48024/bug/release process error
2 parents 18d7979 + 9b494c8 commit 350e092

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
@@ -98,6 +98,7 @@ dist-zip: clean-test clean-dist
9898
zip -qr $(DIST).zip $(DIST)
9999

100100
dist-test: dist-zip install-vendor
101+
cd $(DIST) && composer install $(COMPOSER_INSTALL_FLAGS)
101102
cd $(DIST) && ./vendor/bin/phpunit --do-not-cache-result --no-logging
102103

103104
###

0 commit comments

Comments
 (0)