Hello I am not able to deploye my site on Netlify called Netlify App
I have read some of your forums and tried to do changes in my netlify.toml but without success. Right now my netlify.toml looks like this:
[build]
base = “code/”
publish = “build/”
command = “CI= npm run build”
and this is the error I am given on Netlify “build.command” failed .
My deployment settings are following:
Base directory
Not set
Build command
CI= npm run build
Publish directory
code/
Deploy log visibility
Logs are public
Builds
Active
The site works perfectly when checking via npm start in my terminal.