mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Changed color of adminX prefix for yarn dev
- red makes it look like an error, which is very misleading - I've changed this to a random purple I found - credits to @vershwal and @dvdwinden
This commit is contained in:
parent
5cce46e851
commit
0f3805e096
1 changed files with 2 additions and 2 deletions
4
.github/scripts/dev.js
vendored
4
.github/scripts/dev.js
vendored
|
@ -72,13 +72,13 @@ const COMMANDS_ADMINX = [{
|
|||
name: 'adminXDeps',
|
||||
command: 'while [ 1 ]; do nx watch --projects=apps/admin-x-design-system,apps/admin-x-framework -- nx run \\$NX_PROJECT_NAME:build; done',
|
||||
cwd: path.resolve(__dirname, '../..'),
|
||||
prefixColor: '#C35831',
|
||||
prefixColor: '#C72AF7',
|
||||
env: {}
|
||||
}, {
|
||||
name: 'adminX',
|
||||
command: `nx run-many --projects=${adminXApps} --parallel=${adminXApps.length} --targets=dev`,
|
||||
cwd: path.resolve(__dirname, '../../apps/admin-x-settings', '../../apps/admin-x-activitypub'),
|
||||
prefixColor: '#C35831',
|
||||
prefixColor: '#C72AF7',
|
||||
env: {}
|
||||
}];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue