Skip to content

Commit ed8cb22

Browse files
authored
Remove telescope-assets publishing (#1624)
The tag has been removed via #1598 Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 411884b commit ed8cb22

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/Console/InstallCommand.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ public function handle()
3434
$this->comment('Publishing Telescope Service Provider...');
3535
$this->callSilent('vendor:publish', ['--tag' => 'telescope-provider']);
3636

37-
$this->comment('Publishing Telescope Assets...');
38-
$this->callSilent('vendor:publish', ['--tag' => 'telescope-assets']);
39-
4037
$this->comment('Publishing Telescope Configuration...');
4138
$this->callSilent('vendor:publish', ['--tag' => 'telescope-config']);
4239

src/Console/PublishCommand.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,5 @@ public function handle()
3333
'--tag' => 'telescope-config',
3434
'--force' => $this->option('force'),
3535
]);
36-
37-
$this->call('vendor:publish', [
38-
'--tag' => 'telescope-assets',
39-
'--force' => true,
40-
]);
4136
}
4237
}

0 commit comments

Comments
 (0)