Skip to content

Commit ae7b53c

Browse files
committed
Merge branch 'source' into update-typescript-spanish
2 parents c318359 + c6947ee commit ae7b53c

File tree

2 files changed

+121
-42
lines changed

2 files changed

+121
-42
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)