Skip to content

Commit 5eb0484

Browse files
authored
chore: Use build directory instead of dist (#833)
1 parent f7750a6 commit 5eb0484

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
/box.json
1212
/build/
1313
/clover.xml
14-
/dist/
1514
/fixtures/*/.box_dump/
1615
/fixtures/*/vendor/
1716
/fixtures/set004/composer.lock

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PHPSTAN = $(PHPSTAN_BIN) analyze src tests --level max --memory-limit=-1
1515
BOX_BIN = bin/box
1616
BOX = $(BOX_BIN)
1717

18-
COVERAGE_DIR = dist/coverage
18+
COVERAGE_DIR = build/coverage
1919
COVERAGE_XML = $(COVERAGE_DIR)/xml
2020
COVERAGE_HTML = $(COVERAGE_DIR)/html
2121

composer-root-version-checker/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ file that was distributed with this source code.
1313
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
1414
bootstrap="vendor/autoload.php"
1515
colors="true"
16-
cacheResultFile="../dist/.phpunit-composer-root-version-checker.result.cache"
16+
cacheResultFile="../build/.phpunit-composer-root-version-checker.result.cache"
1717
>
1818
<testsuites>
1919
<testsuite name="Test Suite">

0 commit comments

Comments
 (0)