diff --git a/package.json b/package.json index de0d5a49..87257114 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "dev": "next dev", "build": "next build", "start": "next start", - "lint": "next lint" + "lint": "next lint", + "ignoreBuildStep": "echo 'Ignoring (projects) folder' && rm -rf src/app/\\(projects\\)" }, "dependencies": { "@radix-ui/react-dialog": "^1.1.2",