Skip to content

Commit 107bd9a

Browse files
authored
Add @PowerShell (EN)
1 parent 8b5395b commit 107bd9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/3/en/part3b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ The script looks like this
392392
##### Note for Windows users
393393
Note that the standard shell commands in `build:ui` do not natively work in Windows. Powershell in Windows works differently, in which case the script could be written as
394394
```json
395-
"build:ui": "Remove-Item -Recurse -Force build && cd ../frontend && npm run build && Copy-Item build -Recurse ../backend",
395+
"build:ui": "@powershell Remove-Item -Recurse -Force build && cd ../frontend && npm run build && @powershell Copy-Item build -Recurse ../backend",
396396
```
397397
398398
If the script does not work on Windows, confirm that you are using Powershell and not Command Prompt. If you have installed Git Bash or another Linux-like terminal, you may be able to run Linux-like commands on Windows as well.

0 commit comments

Comments
 (0)