update: exclude cypress dir from build
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
+3
-2
@@ -33,11 +33,12 @@
|
||||
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
|
||||
]
|
||||
},
|
||||
"include": ["src", "cypress/**/*.spec.ts"],
|
||||
"include": ["src"],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"build",
|
||||
"dist",
|
||||
"examples"
|
||||
"examples",
|
||||
"cypress"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user