diff --git a/netlify.toml b/netlify.toml index 70955f4..84b4ef4 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,3 @@ [build] functions = "netlify/functions/" - command = "cd ./netlify/functions/ && npm install && cd ../ && cd ./public && npm install" \ No newline at end of file + command = "cd ./netlify/functions/ && npm install && cd ../../ && cd ./public && npm install" \ No newline at end of file