From 4cb262b0ec92ed657e64eb56e051bbe0bd9f4f66 Mon Sep 17 00:00:00 2001 From: Huda Joad Date: Fri, 24 Nov 2023 18:43:08 +0300 Subject: [PATCH] changed netlify.toml --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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