mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
Rename tracker file from .spc-tracker.json to .build.json
This commit is contained in:
parent
08595cca73
commit
0f012f267b
@ -15,7 +15,7 @@ class BuildRootTracker
|
||||
/** @var array<string, array{package: string, type: string, files: array<string>}> Tracking data */
|
||||
protected array $tracking_data = [];
|
||||
|
||||
protected static string $tracker_file = BUILD_ROOT_PATH . '/.spc-tracker.json';
|
||||
protected static string $tracker_file = BUILD_ROOT_PATH . '/.build.json';
|
||||
|
||||
protected ?DirDiff $current_diff = null;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user