fix: running build twice in a row won't produce same results
Massimo Melina committed
Feb 6, 2022 at 10:05 UTC
d6387743da0664136f7f1cac4cda88e161ce7096
1 file changed
+1
-1
tsconfig.json
+1
-1
@@ -1,5 +1,5 @@
1
{
2
- "exclude": ["frontend","admin","tests"],
2
+ "exclude": ["frontend","admin","tests","dist"],
3
"compilerOptions": {
4
/* Visit https://aka.ms/tsconfig.json to read more about this file */
5