Skip to content

Commit 096b38e

Browse files
authored
Add @PowerShell (ES)
1 parent 107bd9a commit 096b38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/3/es/part3b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Para crear una nueva compilación de producción del frontend sin trabajo manual
232232
Tenga en cuenta que los comandos de shell estándar en `build:ui` no funcionan de forma nativa en Windows. En Powershell de Windows se puede escribir el script como
233233
234234
```json
235-
"build:ui": "Remove-Item -Recurse -Force build && cd ../../osa2/materiaali/notes-new && npm run build && Copy-Item build -Recurse ../../../osa3/notes-backend/"
235+
"build:ui": "@powershell Remove-Item -Recurse -Force build && cd ../../osa2/materiaali/notes-new && npm run build && @powershell Copy-Item build -Recurse ../../../osa3/notes-backend/"
236236
```
237237
238238
Si el script no funciona en Windows, confirme que está utilizando Powershell en vez de Command Prompt. Si ha instalado Git Bash u otro terminal como Linux, también posiblemente puede ejecutar comandos similares a Linux en Windows.

0 commit comments

Comments
 (0)