Delpoy directory build does not exist , Tailwind Css

Please help, Im new and im stuck with this problem. Im trying to deploy my Tailwind project and i get this error :
2:58:55 PM: Error message
2:58:55 PM: Deploy did not succeed: Deploy directory ‘build’ does not exist

Hiya, sorry you are having trouble with your build.

This Support Guide contains a ton of useful debugging tips that can likely help you solve your problem :slight_smile: Additionally, this Support Guide houses all of our resources for debugging build and deploy issues.

We also recommend trying to search the forums with the build error you encountered - it’s likely your question was already asked by someone else!

If you are still having problems, please provide as much information as you can on what you have already tried, what your build settings are, your package.json, etc. Thanks!

thanks for answering Perry , here is my entire package. json. If you know what i’ve done or what i’ve not, i’d be thankful to be helped :
{
“name”: “tailwind”,
“version”: “1.0.0”,
“description”: “”,
“main”: “index.js”,
“scripts”: {
“build”: “tailwindcss -i ./input.css -o ./css/main.css”,
“watch”: “tailwindcss -i ./input.css -o ./css/main.css --watch”
},
“keywords”: ,
“author”: “”,
“license”: “ISC”,
“devDependencies”: {
“tailwindcss”: “^3.1.2”
}
}

hi there valdrin,

generally these issues are related to your build settings, specifically which directory you picked to be your publish and base directory. Can you tell us what those are pop a screenshot of your build and deploy settings please?