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 a56de35 commit d017894
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 @@ -7,4 +7,4 @@
publish = "./www/build/"

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

0 comments on commit d017894

Please sign in to comment.