Skip to content

Commit 92bbbdc

Browse files
committedFeb 13, 2025
CippDevEmulatorsWithKitty only use yarn
1 parent 4ab49bd commit 92bbbdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Tools/Start-CippDevEmulatorsWithKitty.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ if ($Process -eq 'y') {
1515
kitty @new-window --new-tab --tab-title `"Azurite`" --cwd $Path -- azurite ;
1616
kitty @new-window --new-tab --tab-title `"FunctionApp`" --cwd (Join-Path $Path `"CIPP-API`") -- func start;
1717
kitty @new-window --new-tab --tab-title `"CIPP Frontend`" --cwd (Join-Path $Path `"CIPP`") -- yarn run dev ;
18-
kitty @new-window --new-tab --tab-title `"SWA`" --cwd (Join-Path $Path `"CIPP`") -- npm run start-swa;
18+
kitty @new-window --new-tab --tab-title `"SWA`" --cwd (Join-Path $Path `"CIPP`") -- yarn run start-swa;
1919
kitty @new-window --new-tab --tab-title `"CIPP-API-Processor`" --cwd (Join-Path $Path `"CIPP-API-Processor`") -- func start --port 7072"
2020

2121
} else {
2222
kitty --detach --title 'CIPP' -o allow_remote_control=yes -- pwsh -c "
2323
kitty @new-window --new-tab --tab-title `"Azurite`" --cwd $Path -- azurite ;
2424
kitty @new-window --new-tab --tab-title `"FunctionApp`" --cwd (Join-Path $Path `"CIPP-API`") -- func start;
2525
kitty @new-window --new-tab --tab-title `"CIPP Frontend`" --cwd (Join-Path $Path `"CIPP`") -- yarn run dev ;
26-
kitty @new-window --new-tab --tab-title `"SWA`" --cwd (Join-Path $Path `"CIPP`") -- npm run start-swa"
26+
kitty @new-window --new-tab --tab-title `"SWA`" --cwd (Join-Path $Path `"CIPP`") -- yarn run start-swa"
2727
}

0 commit comments

Comments
 (0)
Please sign in to comment.