Skip to content

Commit 4dea65a

Browse files
author
Zachary Zaro
committed
ignore e2e in building next
1 parent a27c2bd commit 4dea65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
}
2424
},
2525
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
26-
"exclude": ["node_modules"]
26+
"exclude": ["node_modules", "e2e", "e2e/*", "e2e/**/*"]
2727
}

0 commit comments

Comments
 (0)