chore(plugin-form-builder): remove mocks dir from packed

This commit is contained in:
Elliot DeNolf
2023-10-26 23:13:52 -04:00
parent ed68583392
commit 3ebcc5120c
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
{
"$schema": "https://json.schemastore.org/swcrc",
"sourceMaps": "inline",
"exclude": ["/**/mocks"],
"jsc": {
"target": "esnext",
"parser": {

View File

@@ -17,7 +17,8 @@
"src/**/*.spec.js",
"src/**/*.spec.jsx",
"src/**/*.spec.ts",
"src/**/*.spec.tsx"
"src/**/*.spec.tsx",
"src/**/mocks/*"
],
"include": ["src/**/*"],
"references": [{ "path": "../payload" }]