We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c318359 + c6947ee commit ae7b53cCopy full SHA for ae7b53c
src/content/3/fi/osa3b.md
@@ -328,7 +328,7 @@ Fly.io:n tapauksessa skriptit näyttävät seuraavalta:
328
{
329
"scripts": {
330
// ...
331
- "build:ui": "rm -rf build && cd ../frontend/ && npm run build && cp -r build ../backend",
+ "build:ui": "rm -rf dist && cd ../frontend/ && npm run build && cp -r dist ../backend",
332
"deploy": "fly deploy",
333
"deploy:full": "npm run build:ui && npm run deploy",
334
"logs:prod": "fly logs"
0 commit comments