Skip to content

Commit f351fa6

Browse files
committed
fix: skip sample data calling update command
1 parent 56921dc commit f351fa6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Commands/UpdatePluginCommand.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ public function handle()
2222
});
2323

2424
// Call install command
25-
$this->call('inspirecms:install');
25+
$this->call('inspirecms:install', [
26+
'--skip-samples',
27+
]);
2628

2729
$this->updatePlugin(inspirecms()->version());
2830
}

0 commit comments

Comments
 (0)