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 0035031 commit 9ded9ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/www/netlify.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build]
# This is the directory to change to before starting a build.
# NOTE: This is where we will look for package.json/.nvmrc/etc, not root.
base = "./"
base = "./apps"

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

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

0 comments on commit 9ded9ca

Please sign in to comment.