Skip to content

Commit

Permalink
(fix) netlify.toml cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
danh91 committed Dec 15, 2023
1 parent 9ded9ca commit b6065f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
base = "./apps"

# This is the directory that you are publishing from (relative to root of your repo)
publish = "./apps/www/build/"
publish = "./www/build/"

# This will be your default build command
command = "cd ../ && npm ci -w apps/www && npm run build -w apps/www"

0 comments on commit b6065f5

Please sign in to comment.