Skip to content

Commit c6947ee

Browse files
authored
Merge pull request #3200 from Nerdman4U/patch-3
Update osa3b.md
2 parents 6397da4 + 67a4c1f commit c6947ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/3/fi/osa3b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Fly.io:n tapauksessa skriptit näyttävät seuraavalta:
328328
{
329329
"scripts": {
330330
// ...
331-
"build:ui": "rm -rf build && cd ../frontend/ && npm run build && cp -r build ../backend",
331+
"build:ui": "rm -rf dist && cd ../frontend/ && npm run build && cp -r dist ../backend",
332332
"deploy": "fly deploy",
333333
"deploy:full": "npm run build:ui && npm run deploy",
334334
"logs:prod": "fly logs"

0 commit comments

Comments
 (0)