chore(plugin-form-builder): remove mocks dir from packed
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/swcrc",
|
||||
"sourceMaps": "inline",
|
||||
"exclude": ["/**/mocks"],
|
||||
"jsc": {
|
||||
"target": "esnext",
|
||||
"parser": {
|
||||
|
||||
@@ -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" }]
|
||||
|
||||
Reference in New Issue
Block a user