Skip to content

Commit 67a4c1f

Browse files
authored
Update osa3b.md
Build directory name is "dist" not "build".
1 parent 5fdbb9c commit 67a4c1f

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)